Loading…
Anatolian Adventure verilerine programatik erişim sağlayın.
Bearer token ile API key kimlik doğrulaması kullanın.
Saatte 100 istek. Başlıkları kontrol edin.
Tüm yanıtlar JSON formatında döner.
Başlamak için ücretsiz bir API anahtarı oluşturun.
# Örnek istek
curl -H "Authorization: Bearer aa_live_YOUR_KEY" \
https://anatolianadventure.com/api/v1/operators?limit=10
/api/v1/operatorsList operators with filtering and pagination
| Parameter | Type | Description |
|---|---|---|
province | string | Filter by province name |
category | string | Filter by category slug |
tier | string | premium, featured, or standard |
sort | string | review_rating, title, created_at |
order | string | asc or desc (default: desc) |
limit | number | Results per page (max 100) |
offset | number | Pagination offset |
/api/v1/categoriesList all adventure categories
/api/v1/searchFull-text search for operators
| Parameter | Type | Description |
|---|---|---|
q | string | Search query (required, min 2 chars) |
province | string | Filter by province |
limit | number | Results per page (max 100) |
offset | number | Pagination offset |
/api/feed/rssRSS 2.0 feed of latest operators (no auth required)
{
"data": [...],
"meta": {
"total": 4965,
"limit": 20,
"offset": 0,
"has_more": true
}
}