v1

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

Get your project contribution

Show your contribution to a corporation project.

get/corporations/{corporation_id}/projects/{project_id}/contribution/{character_id}

Path parameters

corporation_idinteger required
Example:98777771

The ID of the corporation

project_idstring uuid required
Example:3868eaed-8278-4cb7-9709-7d7de9c20dc7

The ID of the project

character_idinteger required
Example:90000001

The ID of the character

Headers

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.

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.

Response

OK

contributedinteger required

Your contribution

last_modifiedstring date-time

Moment this information was last modified

Example response

{
  "contributed": 10,
  "last_modified": "2025-08-26T00:00:00Z"
}