{
  "name": "NobodyWho Data API",
  "description": "Public, read-only JSON API describing a curated selection of models NobodyWho recommends, its supported platforms and blog. No authentication required. NobodyWho can run any compatible model (GGUF for text generation; ONNX for speech-to-text, text-to-speech and voice activity detection), not only the listed ones.",
  "version": "1.0.0",
  "documentation": "https://www.nobodywho.ai/developers/",
  "openapi": "https://www.nobodywho.ai/openapi.json",
  "endpoints": [
    {
      "method": "GET",
      "path": "/api/models.json",
      "url": "https://www.nobodywho.ai/api/models.json",
      "description": "Recommended on-device model selection (NobodyWho runs any GGUF/ONNX model)."
    },
    {
      "method": "GET",
      "path": "/api/platforms.json",
      "url": "https://www.nobodywho.ai/api/platforms.json",
      "description": "Supported SDK platforms with install commands."
    },
    {
      "method": "GET",
      "path": "/api/posts.json",
      "url": "https://www.nobodywho.ai/api/posts.json",
      "description": "Blog posts, tutorials and technical write-ups."
    }
  ]
}