v1

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

List freelance jobs

Listing of all public freelance jobs.

get/freelance-jobs

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.

corporation_idinteger
Example:98777771

Filter on corporation ID

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

Example response

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