{
  "name": "International Sacred Gazette API",
  "version": "1",
  "base": "/api/v1",
  "endpoints": {
    "notices": "GET /api/v1/notices[?type=&edition=&page=&limit=]",
    "notice": "GET /api/v1/notices/:slug",
    "lexicon": "GET /api/v1/lexicon[?page=&limit=]",
    "term": "GET /api/v1/lexicon/:slug",
    "registry": "GET /api/v1/registry[?page=&limit=]",
    "entry": "GET /api/v1/registry/:slug",
    "issues": "GET /api/v1/issues[?edition=]",
    "organizations": "GET /api/v1/organizations",
    "search": "GET /api/v1/search?q="
  },
  "docs": "https://internationalsacredgazette.org/about#api",
  "license": "CC0 — public domain"
}