API Documentation

Complete guide to using the CABYS API GO service

Introduction

This is and API documentation for get CABYS codes and their corresponding tax percentages in Costa Rica. You can use this API to search for specific CABYS codes or retrieve details about a particular code.

Each CABYS code represents a specific product or service category and includes the corresponding tax percentage that applies to transactions involving those items.

Base URL
https://api.go-cabys.com
API Endpoints
GET/api/cabys

Get all CABYS codes in a JSON format

GET/api/cabys?query={search_term}

Search CABYS codes by query parameter

GET/api/cabys/:id

Get specific CABYS code by ID

Example Requests

Search for coffee-related products:

curl -X GET "https://api.go-cabys.com/api/cabys?query=café"

Get specific CABYS code:

curl -X GET "https://api.go-cabys.com/api/cabys/1010101000"

Example Response:

{ "id": "0161001010000", "description": "Café cereza, orgánico", "tax_percent": 0.01 }
License & Attribution

This API provides access to official CABYS data for educational and commercial purposes. Please ensure compliance with local regulations when using this data for business applications.

Built by Fabricio Céspedes

© 2024 API CABYS GO. All rights reserved.