ToolAssay

One grant, one project

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
246 msmedian answer time
$0.15listed price per call
$0.15price 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://api.ukintel.uk/v1/grants/:id/eligibility

CategoryEverything else
Provider hostapi.ukintel.uk
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days6 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.15 246 ms

Example input (from the provider)

{
  "method": "GET",
  "pathParams": {
    "id": "ewco"
  },
  "queryParams": {},
  "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"
          ],
          "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"
}

This page as JSON