{
  "x402Version": 2,
  "id": 5373,
  "slug": "5373",
  "resource": "https://api-staging.eckari.com/v1/companies/uk/:company_number/filings",
  "description": "Return the filing history of a UK company from the Companies House register — accounts, confirmation statements, officer appointments, address and capital changes, resolutions and mortgages — most recent first, optionally filtered by category, with date, form type (AA, CS01, AP01, TM01), the readable register description, registrar annotations and a document_url for every filed image. Use when: What has this UK company filed recently?",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:84532",
      "payTo": "0x7c0Ba1d16322Ee426D6508a74b571Dd73A5a35DA",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "amount": "5000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "pathParams": {
            "company_number": "00445790"
          },
          "queryParams": {
            "limit": 3
          },
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "company_number": "00445790",
              "filing_history_status": "filing-history-available",
              "is_filing_history_available": true,
              "items": [
                {
                  "annotations": [
                    {
                      "annotation": "Clarification HMRC confirmation received that appropriate Stamp Duty has been paid for this transaction.",
                      "date": "2026-08-06",
                      "description": "annotation"
                    }
                  ],
                  "category": "capital",
                  "date": "2026-08-06",
                  "description": "Purchase of own shares.",
                  "description_source": "enumeration",
                  "document_url": "https://find-and-update.company-information.service.gov.uk/company/00445790/filing-history/MzUzNjI5NTk0OWFkaXF6a2N4/document?format=pdf",
                  "has_document": true,
                  "pages": 4,
                  "paper_filed": true,
                  "subcategory": null,
                  "transaction_id": "MzUzNjI5NTk0OWFkaXF6a2N4",
                  "type": "SH03"
                },
                {
                  "annotations": [
                    {
                      "annotation": "Clarification HMRC confirmation received that appropriate Stamp Duty has been paid for this transaction.",
                      "date": "2026-08-06",
                      "description": "annotation"
                    }
                  ],
                  "category": "capital",
                  "date": "2026-08-06",
                  "description": "Purchase of own shares.",
                  "description_source": "enumeration",
                  "document_url": "https://find-and-update.company-information.service.gov.uk/company/00445790/filing-history/MzUzNjI5NTk1OWFkaXF6a2N4/document?format=pdf",
                  "has_document": true,
                  "pages": 4,
                  "paper_filed": true,
                  "subcategory": null,
                  "transaction_id": "MzUzNjI5NTk1OWFkaXF6a2N4",
                  "type": "SH03"
                },
                {
                  "annotations": [
                    {
                      "annotation": "Clarification HMRC confirmation received that appropriate Stamp Duty has been paid for this transaction.",
                      "date": "2026-08-06",
                      "description": "annotation"
                    }
                  ],
                  "category": "capital",
                  "date": "2026-08-06",
                  "description": "Purchase of own shares.",
                  "description_source": "enumeration",
                  "document_url": "https://find-and-update.company-information.service.gov.uk/company/00445790/filing-history/MzUzNjI5NTk3MWFkaXF6a2N4/document?format=pdf",
                  "has_document": true,
                  "pages": 4,
                  "paper_filed": true,
                  "subcategory": null,
                  "transaction_id": "MzUzNjI5NTk3MWFkaXF6a2N4",
                  "type": "SH03"
                }
              ],
              "page": {
                "has_more": true,
                "limit": 3,
                "next_offset": 3,
                "offset": 0,
                "returned": 3,
                "total": 8367
              },
              "query": {
                "category": null,
                "detail": "summary"
              }
            },
            "meta": {
              "capability": "company.uk.filings",
              "freshness": "live",
              "source": "companies_house",
              "version": "3.0.0"
            }
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/companies/uk/:company_number/filings",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "pathParams": {
                "additionalProperties": false,
                "properties": {
                  "company_number": {
                    "description": "Companies House company number. The identifier itself is 1-8 letters/digits; surrounding whitespace is ignored (which is why maxLength is 10), but the value must not contain internal spaces. Short numeric values are zero-padded to 8 characters. A whitespace-only or over-long value is rejected as INVALID_INPUT before any payment or upstream call.",
                    "maxLength": 10,
                    "minLength": 1,
                    "pattern": "^\\s*[A-Za-z0-9]{1,8}\\s*$",
                    "type": "string"
                  }
                },
                "required": [
                  "company_number"
                ],
                "type": "object"
              },
              "queryParams": {
                "additionalProperties": false,
                "properties": {
                  "category": {
                    "description": "Optional comma-separated register categories to include (e.g. accounts, address, annual-return, capital, change-of-name, incorporation, liquidation, miscellaneous, mortgage, officers, resolution, confirmation-statement). The applied value is echoed back as query.category.",
                    "maxLength": 200,
                    "pattern": "^[a-z-]+(,[a-z-]+)*$",
                    "type": "string"
                  },
                  "detail": {
                    "description": "How much of each filing to return. Default summary: the readable description, its source, the register's annotations, the form type and the document URL. `full` adds the register's raw description_key and description_values for reconciliation against a register capture.",
                    "enum": [
                      "summary",
                      "full"
                    ],
                    "type": "string"
                  },
                  "limit": {
                    "description": "Maximum filings to return per page (1-100). Default 5.",
                    "maximum": 100,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "offset": {
                    "description": "Zero-based index into the register's filing list for the applied category filter. Nothing is filtered out after reading, so page.has_more is simply offset + returned < page.total; pass back page.next_offset.",
                    "maximum": 10000,
                    "minimum": 0,
                    "type": "integer"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "payment-identifier": {
      "info": {
        "required": false
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "id": {
            "maxLength": 128,
            "minLength": 16,
            "pattern": "^[a-zA-Z0-9_-]+$",
            "type": "string"
          },
          "required": {
            "type": "boolean"
          }
        },
        "required": [
          "required"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar",
    "payment-identifier"
  ],
  "sourceHost": "api-staging.eckari.com",
  "lastUpdated": "2026-08-27T22:09:42.33Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-27T22:10:32.157Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api-staging.eckari.com",
    "manifest_name": "api-staging.eckari.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}