{
  "info": {
    "name": "Milo FedSpend API",
    "description": "US federal spending + Federal Register. Real USAspending.gov + federalregister.gov data, no key.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_postman_id": "milo-fed-spend-v0.1.0"
  },
  "item": [
    {
      "name": "Core",
      "item": [
        {
          "name": "Liveness + upstream status",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "https://milo-fed-spend-api.vercel.app/api/healthz",
              "host": [
                "milo-fed-spend-api",
                "vercel",
                "app"
              ],
              "path": [
                "api",
                "healthz"
              ]
            }
          }
        },
        {
          "name": "Version",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "https://milo-fed-spend-api.vercel.app/api/version",
              "host": [
                "milo-fed-spend-api",
                "vercel",
                "app"
              ],
              "path": [
                "api",
                "version"
              ]
            }
          }
        },
        {
          "name": "OpenAPI spec",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "https://milo-fed-spend-api.vercel.app/api/openapi.json",
              "host": [
                "milo-fed-spend-api",
                "vercel",
                "app"
              ],
              "path": [
                "api",
                "openapi.json"
              ]
            }
          }
        }
      ]
    },
    {
      "name": "Awards (USAspending.gov)",
      "item": [
        {
          "name": "Recent awards",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "https://milo-fed-spend-api.vercel.app/api/v1/awards/recent?limit=10",
              "host": [
                "milo-fed-spend-api",
                "vercel",
                "app"
              ],
              "path": [
                "api",
                "v1",
                "awards",
                "recent?limit=10"
              ]
            }
          }
        },
        {
          "name": "Search awards (keyword)",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "https://milo-fed-spend-api.vercel.app/api/v1/awards/search",
              "host": [
                "milo-fed-spend-api",
                "vercel",
                "app"
              ],
              "path": [
                "api",
                "v1",
                "awards",
                "search"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"keyword\": \"cybersecurity\",\n  \"fiscal_year\": 2025,\n  \"limit\": 5\n}"
            }
          }
        },
        {
          "name": "Search awards (by agency)",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "https://milo-fed-spend-api.vercel.app/api/v1/awards/search",
              "host": [
                "milo-fed-spend-api",
                "vercel",
                "app"
              ],
              "path": [
                "api",
                "v1",
                "awards",
                "search"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"agencies\": [\n    {\n      \"type\": \"awarding\",\n      \"name\": \"Department of Defense\"\n    }\n  ],\n  \"fiscal_year\": 2025,\n  \"limit\": 5\n}"
            }
          }
        },
        {
          "name": "Search recipients",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "https://milo-fed-spend-api.vercel.app/api/v1/recipients/search",
              "host": [
                "milo-fed-spend-api",
                "vercel",
                "app"
              ],
              "path": [
                "api",
                "v1",
                "recipients",
                "search"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \"keyword\": \"boeing\",\n  \"limit\": 5\n}"
            }
          }
        }
      ]
    },
    {
      "name": "Agencies (USAspending.gov)",
      "item": [
        {
          "name": "Top agencies FY2025",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "https://milo-fed-spend-api.vercel.app/api/v1/agencies/top?fy=2025&limit=20",
              "host": [
                "milo-fed-spend-api",
                "vercel",
                "app"
              ],
              "path": [
                "api",
                "v1",
                "agencies",
                "top?fy=2025&limit=20"
              ]
            }
          }
        },
        {
          "name": "Single agency (Dept of Treasury)",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "https://milo-fed-spend-api.vercel.app/api/v1/agency/456",
              "host": [
                "milo-fed-spend-api",
                "vercel",
                "app"
              ],
              "path": [
                "api",
                "v1",
                "agency",
                "456"
              ]
            }
          }
        },
        {
          "name": "Single agency (HHS)",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "https://milo-fed-spend-api.vercel.app/api/v1/agency/806",
              "host": [
                "milo-fed-spend-api",
                "vercel",
                "app"
              ],
              "path": [
                "api",
                "v1",
                "agency",
                "806"
              ]
            }
          }
        }
      ]
    },
    {
      "name": "Federal Register",
      "item": [
        {
          "name": "Search documents (cybersecurity)",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "https://milo-fed-spend-api.vercel.app/api/v1/federal-register/search?q=cybersecurity&per_page=10",
              "host": [
                "milo-fed-spend-api",
                "vercel",
                "app"
              ],
              "path": [
                "api",
                "v1",
                "federal-register",
                "search?q=cybersecurity&per_page=10"
              ]
            }
          }
        },
        {
          "name": "Search documents (climate)",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              }
            ],
            "url": {
              "raw": "https://milo-fed-spend-api.vercel.app/api/v1/federal-register/search?q=climate&per_page=5",
              "host": [
                "milo-fed-spend-api",
                "vercel",
                "app"
              ],
              "path": [
                "api",
                "v1",
                "federal-register",
                "search?q=climate&per_page=5"
              ]
            }
          }
        }
      ]
    }
  ]
}