{
  "name": "uktax.lol",
  "baseUrl": "https://uktax.lol/api",
  "instructions": "Point a tool at https://uktax.lol/api. One booked ledger. Do not add a second pounds source. TES is not TME. HMRC cash is not ONS Appendix D. IPSA claimed is not Register received.",
  "auth": {
    "public": "none"
  },
  "tools": [
    {
      "name": "snapshot",
      "description": "Booked financial-year snapshot.",
      "method": "GET",
      "path": "/snapshot.json"
    },
    {
      "name": "query",
      "description": "Search booked snapshot fields. Example q=JW2O.",
      "method": "GET",
      "path": "/q",
      "query": [
        "q"
      ]
    },
    {
      "name": "members",
      "description": "Sitting members from Parliament.",
      "method": "GET",
      "path": "/members",
      "query": [
        "q",
        "house",
        "current",
        "skip",
        "take"
      ]
    },
    {
      "name": "gifts",
      "description": "Register of Members' Financial Interests. Received, not IPSA claimed.",
      "method": "GET",
      "path": "/gifts",
      "query": [
        "q",
        "memberId",
        "take"
      ]
    },
    {
      "name": "votes",
      "description": "Divisions, or one member's votes when memberId is set.",
      "method": "GET",
      "path": "/votes",
      "query": [
        "q",
        "memberId",
        "house",
        "take"
      ]
    },
    {
      "name": "wrecks",
      "description": "Major projects plus booked chips. No combined waste total.",
      "method": "GET",
      "path": "/wrecks",
      "query": [
        "q",
        "rag",
        "take"
      ]
    },
    {
      "name": "vectors",
      "description": "Nearest booked facts. One book per hit. Does not add figures and does not return a total.",
      "method": "GET",
      "path": "/vectors",
      "query": [
        "q",
        "book",
        "kind",
        "k"
      ]
    },
    {
      "name": "ask",
      "description": "Answer from the booked index only. Body {\"q\":\"...\"}.",
      "method": "POST",
      "path": "/ask"
    }
  ]
}