ToolAssay

The latest large NEW federal awards across all recipients, from USAspending.gov

The latest large NEW federal awards across all recipients, from USAspending.gov — browse what the government is funding right now. Tune `?days=` lookback (max 365), `?award_type=contracts|grants|all`, `?min_amount=` floor, `?order=amount|date`, `?limit=` (max 50). Each award carries recipient, amount, awarding agency, dates, description, and a link. Uses new-award dating, not modifications.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
349 msmedian answer time
$0.02listed price per call
$0.02price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://x402stock.xyz/api/v1/gov-awards

CategoryEverything else
Provider hostx402stock.xyz
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 349 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "award_type": "contracts",
    "days": 90,
    "limit": 20,
    "min_amount": 100000000,
    "order": "amount"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": false,
          "properties": {
            "award_type": {
              "default": "contracts",
              "enum": [
                "contracts",
                "grants",
                "all"
              ],
              "type": "string"
            },
            "days": {
              "default": 90,
              "exclusiveMinimum": 0,
              "maximum": 365,
              "type": "integer"
            },
            "limit": {
              "default": 20,
              "exclusiveMinimum": 0,
              "maximum": 50,
              "type": "integer"
            },
            "min_amount": {
              "minimum": 0,
              "type": "number"
            },
            "order": {
              "default": "amount",
              "enum": [
                "amount",
                "date"
              ],
              "type": "string"
            }
          },
          "required": [
            "award_type",
            "days",
            "limit",
            "order"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": false,
          "properties": {
            "as_of": {
              "type": "string"
            },
            "attribution": {
              "type": "string"
            },
            "award_type": {
              "type": "string"
            },
            "awards": {
              "items": {
                "additionalProperties": false,
                "properties": {
                  "amount": {
                    "anyOf": [
                      {
                        "type": "number"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "award_id": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "awarding_agency": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "awarding_sub_agency": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "description": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "end_date": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "recipient": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "start_date": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "url": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  }
                },
                "required": [
                  "award_id",
                  "recipient",
                  "amount",
                  "awarding_agency",
                  "awarding_sub_agency",
                  "start_date",
                  "end_date",
                  "description",
                  "url"
                ],
                "type": "object"
              },
              "type": "array"
            },
            "count": {
              "type": "number"
            },
            "min_amount": {
              "anyOf": [
                {
                  "type": "number"
                },
                {
                  "type": "null"
                }
              ]
            },
            "since": {
              "type": "string"
            },
            "source": {
              "const": "usaspending",
              "type": "string"
            },
            "window_days": {
              "type": "number"
            }
          },
          "required": [
            "source",
            "as_of",
            "award_type",
            "window_days",
            "since",
            "min_amount",
            "count",
            "awards",

This page as JSON