{
  "x402Version": 2,
  "id": 3311,
  "slug": "3311",
  "resource": "https://api.ukintel.uk/v1/grants/:id/eligibility",
  "description": "One grant, one project: a deterministic eligibility verdict with the full criteria table - each criterion quoted from the grant's own eligibility text, marked pass/fail/undeclared - plus what is missing to firm it up and indicative funding. Criteria are parsed once at ingest, never guessed at request time; if the full text is not parsed yet the verdict uses Find a Grant's listing fields, flagged PARTIAL_CRITERIA, and criteria_provenance says so.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x8aa6a85a2723e2816204f3cf48d76b84bafdaab4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "150000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "id": "ewco"
          },
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "confidence": "high",
            "notice": "Information, not advice.",
            "query": {
              "grant_id": "ewco",
              "profile": {
                "land_ha": 3.5,
                "org_type": "private_landowner",
                "region": "england"
              }
            },
            "result": {
              "criteria": [
                {
                  "code": "MIN_AREA",
                  "detail": "3.5 ha declared",
                  "pass": true,
                  "requirement": "woodland \"at least 1 hectare\" in total"
                }
              ],
              "grant": {
                "funder": "Defra / Forestry Commission",
                "name": "England Woodland Creation Offer (EWCO)"
              }
            },
            "verdict": {
              "band": "eligible",
              "flags": [
                {
                  "code": "MISSING_DECLARATION",
                  "detail": "management_control not declared"
                }
              ],
              "score": 92
            }
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/grants/:id/eligibility",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "pathParams": {
                "properties": {
                  "id": {
                    "description": "Grant slug or curated alias",
                    "pattern": "^[a-z0-9][a-z0-9-]{1,120}$",
                    "type": "string"
                  }
                },
                "required": [
                  "id"
                ],
                "type": "object"
              },
              "queryParams": {
                "properties": {
                  "land_ha": {
                    "description": "Example of the free-form numeric facts this endpoint accepts. Send ANY numeric fact the grant's criteria reference as a query param - land_ha=3.5, min_width_m=25, employees=12, or management_control=1 for a yes/no declaration. Undeclared facts come back under result.missing.",
                    "type": "number"
                  },
                  "org_type": {
                    "type": "string"
                  },
                  "region": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "verdict": {
                    "properties": {
                      "band": {
                        "enum": [
                          "eligible",
                          "uncertain",
                          "ineligible",
                          null
                        ],
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "score": {
                        "maximum": 100,
                        "minimum": 0,
                        "type": [
                          "integer",
                          "null"
                        ]
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.ukintel.uk",
  "lastUpdated": "2026-09-14T10:59:06.615Z",
  "quality": {
    "calls30d": 5,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-14T10:59:06.487Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.ukintel.uk",
    "manifest_name": "api.ukintel.uk",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}