v1

latestOpenAPI 3.1.0EVE Developer License2026-07-17208257682.6 KB
Freelance Jobs

Get character freelance job participation

Show your participation in a freelance job.

get/characters/{character_id}/freelance-jobs/{job_id}/participation

Path parameters

character_idinteger required
Example:90000001

The ID of the character

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

The ID of the freelance job

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.

Response

OK

contributedinteger required

Your contribution

last_modifiedstring date-time required

Moment this information was last modified

state'Unspecified' | 'Committed' | 'Kicked' | 'Resigned' required

Your participation status

Example response

{
  "contributed": 100,
  "last_modified": "2025-11-01T00:00:00Z",
  "state": "Committed"
}