REST API for accessing Bitola Tour Guide data
The Bitola Tour Guide API provides programmatic access to location data, categories, and more. All API responses are in JSON format.
Base URL:
https://bitolatourguide.com/api
Retrieve all locations with optional filtering.
| Parameter | Type | Description |
|---|---|---|
category |
string | Filter by category slug |
lang |
string | Language (mk or en) |
limit |
integer | Number of results |
offset |
integer | Pagination offset |
search |
string | Search query |
Retrieve all categories with location count.
| Parameter | Type | Description |
|---|---|---|
lang |
string | Language (mk or en) |
Retrieve detailed information about a single location.
| Parameter | Type | Description |
|---|---|---|
id |
integer | Location ID (required if slug not provided) |
slug |
string | Location slug (alternative to ID) |
lang |
string | Language (mk or en) |
The API is currently not rate-limited, but please be respectful and cache responses when possible.
All errors return appropriate HTTP status codes and JSON error messages.