{
  "name": "Exposale API",
  "description": "Public API for exhibitions, categories, countries, cities, exhibition centers, search and participation requests.",
  "homepage": "https://exposale.net",
  "documentation_url": "https://exposale.net/api/docs",
  "openapi_url": "https://exposale.net/swagger.json",
  "contact_url": "https://exposale.net/contact",
  "license": "Proprietary",
  "version": "2.0.0",
  "endpoints": [
    {
      "path": "/api/v2/locales",
      "method": "GET",
      "description": "List available locales"
    },
    {
      "path": "/api/v2/exhibitions",
      "method": "GET",
      "description": "List exhibitions with filters"
    },
    {
      "path": "/api/v2/exhibitions/{id}",
      "method": "GET",
      "description": "Get exhibition by ID"
    },
    {
      "path": "/api/v2/exhibitions/slug/{slug}",
      "method": "GET",
      "description": "Get exhibition by slug with SEO schema"
    },
    {
      "path": "/api/v2/search",
      "method": "GET",
      "description": "Search exhibitions"
    },
    {
      "path": "/api/v2/search/suggest",
      "method": "GET",
      "description": "Autocomplete suggestions"
    },
    {
      "path": "/api/v2/categories",
      "method": "GET",
      "description": "Get categories tree"
    },
    {
      "path": "/api/v2/countries",
      "method": "GET",
      "description": "Get countries"
    },
    {
      "path": "/api/v2/cities",
      "method": "GET",
      "description": "Get cities"
    },
    {
      "path": "/api/v2/excenters",
      "method": "GET",
      "description": "Get exhibition centers"
    }
  ]
}