VTCs

List public VTCs

get/vtcs

Query parameters

limitinteger

Maximum number of items to return (1-100).

cursorinteger

Offset-based cursor from a previous response's nextCursor, or 0 to start.

offsetinteger

Number of items to skip. Alias of cursor.

pageinteger

1-indexed page number. Alternative to cursor/offset.

pageSizeinteger

Alias of limit, used with page.

searchstring

Full-text match against VTC name, description, and in-game tag.

verifiedboolean

Only return VTCs with verified status.

officialboolean

Only return official VTCs.

partneredboolean

Only return partnered VTCs.

validatedboolean

Only return validated VTCs.

recruitmentOpenboolean

Only return VTCs currently open for recruitment.

languagestring

Case-insensitive match on the VTC's primary language.

inGameTagstring

Partial match on the VTC's in-game tag.

game'ets2' | 'ats'

Filter by supported game.

minMembersinteger

Minimum member count (inclusive).

maxMembersinteger

Maximum member count (inclusive).

sort'newest' | 'name' | 'members' | 'activity'

Sort order for results.

companyType'trucking' | 'coach'

Filter by company type: trucking VTCs or coach VBCs.

Response

OK

nextCursornumber nullable required

Pass as cursor to fetch the next page, or null if this is the last page.

totalinteger required

Total number of items matching the query, across all pages.

Changes

No recorded changes to this endpoint across all 2 revisions of this API.