API

HTTP endpoints with their request and response contracts.

POST

/api/bulk/claims

Current claim-domain state for selected claims.

Request body
{
  "claims": [
    "576460752303423510"
  ]
}
Response
{
  "claims": [
    {
      "id": "576460752303423510",
      "learnedTechIds": [
        300
      ],
      "name": "Decatur",
      "regionId": 8,
      "researchingTechId": null,
      "researchScheduleId": null,
      "researchStartedAt": null,
      "tier": 3,
      "updatedAt": "2026-07-30T18:00:00Z"
    }
  ],
  "meta": {
    "updatedAt": "2026-07-30T18:00:00Z"
  },
  "summary": {
    "claimCount": 1
  }
}

Parameters

Send 1–50 claim IDs as numeric strings.