{
  "openapi": "3.1.0",
  "info": {
    "title": "Zapi — API index",
    "description": "Zapi publishes one OpenAPI document per category. This index lists them; fetch the category you need. Rendered catalog: https://zpi.web.id/apis",
    "version": "1.0.0",
    "license": {
      "name": "Zapi Terms of Service",
      "url": "https://zpi.web.id/terms"
    }
  },
  "servers": [
    {
      "url": "https://api.zpi.web.id"
    }
  ],
  "security": [
    {
      "ApiKeyAuth": []
    }
  ],
  "components": {
    "securitySchemes": {
      "ApiKeyAuth": {
        "type": "apiKey",
        "in": "header",
        "name": "x-api-key"
      }
    },
    "schemas": {
      "Envelope": {
        "type": "object",
        "required": [
          "status",
          "message"
        ],
        "properties": {
          "status": {
            "type": "string",
            "enum": [
              "success",
              "error"
            ]
          },
          "message": {
            "type": "string"
          },
          "content": {}
        }
      }
    },
    "responses": {
      "Error": {
        "description": "Invalid key, rate limit, or upstream failure",
        "content": {
          "application/json": {
            "schema": {
              "$ref": "#/components/schemas/Envelope"
            }
          }
        }
      }
    }
  },
  "externalDocs": {
    "url": "https://zpi.web.id/llms-full.txt"
  },
  "paths": {},
  "x-specs": [
    {
      "category": "ai",
      "name": "Artificial Intelligence",
      "endpoints": 23,
      "url": "https://zpi.web.id/category/ai/openapi.json"
    },
    {
      "category": "autocomplete",
      "name": "Autocomplete",
      "endpoints": 30,
      "url": "https://zpi.web.id/category/autocomplete/openapi.json"
    },
    {
      "category": "bypass-tools",
      "name": "Bypass Tools",
      "endpoints": 29,
      "url": "https://zpi.web.id/category/bypass-tools/openapi.json"
    },
    {
      "category": "dev-tools",
      "name": "Dev Tools",
      "endpoints": 7,
      "url": "https://zpi.web.id/category/dev-tools/openapi.json"
    },
    {
      "category": "downloader",
      "name": "Downloader",
      "endpoints": 24,
      "url": "https://zpi.web.id/category/downloader/openapi.json"
    },
    {
      "category": "esport",
      "name": "Esport",
      "endpoints": 10,
      "url": "https://zpi.web.id/category/esport/openapi.json"
    },
    {
      "category": "finance",
      "name": "Finance",
      "endpoints": 90,
      "url": "https://zpi.web.id/category/finance/openapi.json"
    },
    {
      "category": "food",
      "name": "Food & Drink",
      "endpoints": 21,
      "url": "https://zpi.web.id/category/food/openapi.json"
    },
    {
      "category": "games",
      "name": "Games",
      "endpoints": 8,
      "url": "https://zpi.web.id/category/games/openapi.json"
    },
    {
      "category": "health",
      "name": "Health",
      "endpoints": 4,
      "url": "https://zpi.web.id/category/health/openapi.json"
    },
    {
      "category": "indonesia",
      "name": "Indonesia",
      "endpoints": 9,
      "url": "https://zpi.web.id/category/indonesia/openapi.json"
    },
    {
      "category": "logistics",
      "name": "Logistics",
      "endpoints": 1,
      "url": "https://zpi.web.id/category/logistics/openapi.json"
    },
    {
      "category": "marketplace",
      "name": "Marketplace",
      "endpoints": 5,
      "url": "https://zpi.web.id/category/marketplace/openapi.json"
    },
    {
      "category": "movie",
      "name": "Movie",
      "endpoints": 44,
      "url": "https://zpi.web.id/category/movie/openapi.json"
    },
    {
      "category": "music",
      "name": "Music",
      "endpoints": 32,
      "url": "https://zpi.web.id/category/music/openapi.json"
    },
    {
      "category": "news",
      "name": "News",
      "endpoints": 35,
      "url": "https://zpi.web.id/category/news/openapi.json"
    },
    {
      "category": "research",
      "name": "Research",
      "endpoints": 5,
      "url": "https://zpi.web.id/category/research/openapi.json"
    },
    {
      "category": "search-tools",
      "name": "Search Tools",
      "endpoints": 10,
      "url": "https://zpi.web.id/category/search-tools/openapi.json"
    },
    {
      "category": "social-media",
      "name": "Social Media",
      "endpoints": 34,
      "url": "https://zpi.web.id/category/social-media/openapi.json"
    },
    {
      "category": "uploader",
      "name": "Uploader",
      "endpoints": 7,
      "url": "https://zpi.web.id/category/uploader/openapi.json"
    },
    {
      "category": "web-tools",
      "name": "Web Tools",
      "endpoints": 9,
      "url": "https://zpi.web.id/category/web-tools/openapi.json"
    }
  ]
}