v2

latestOpenAPI 3.1.0EVE Developer License2026-07-27208263515.0 KB
Corporation Projects

List corporation projects

Listing of all (active) corporation projects.

get/corporations/{corporation_id}/projects

Path parameters

corporation_idinteger required
Example:98777771

The ID of the corporation

Query parameters

afterstring

Return records from after this cursor (mutual exclusive with 'before'). '0' to start from the beginning.

Return records from after this cursor (mutual exclusive with 'before'). '0' to start from the beginning.

beforestring

Return records from before this cursor (mutual exclusive with 'after'). '0' to start from the end.

Return records from before this cursor (mutual exclusive with 'after'). '0' to start from the end.

limitinteger

The amount of records to retrieve per request.

The amount of records to retrieve per request.

state'All' | 'Active'

Filter by state

Filter by state

Headers

Accept-Language'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'

The language to use for the response.

If-None-Matchstring

The ETag of the previous request. A 304 will be returned if this matches the current ETag.

X-Compatibility-Date'2025-12-16' date required

The compatibility date for the request.

X-Tenantstring

The tenant ID for the request.

If-Modified-Sincestring

The date the resource was last modified. A 304 will be returned if the resource has not been modified since this date.

Response

OK

Example response

{
  "projects": [
    {
      "id": "3868eaed-8278-4cb7-9709-7d7de9c20dc7",
      "last_modified": "2025-06-01T00:00:00Z",
      "name": "Project Name",
      "progress": {
        "current": 50,
        "desired": 100
      },
      "reward": {
        "initial": 12345.5,
        "remaining": 5432.1
      },
      "state": "Active"
    }
  ]
}