Manufacturers

In-Game Manufacturers Overview

Returns paginated manufacturers grouped by name with optional pagination.

get/api/manufacturers

Query parameters

pageinteger

Page number for pagination (starts at 1). Prefer using page[number] instead.

page[number]integer

Page number for pagination (starts at 1).

page[size]integer

Number of results per page. Maximum 200.

filter[name]string

Partial match on manufacturer name

Response

List of Manufacturers

Example response

{
  "meta": {
    "current_page": 1,
    "from": 1,
    "last_page": 5,
    "per_page": 30,
    "to": 30,
    "total": 150,
    "path": "https://api.star-citizen.wiki/api/vehicles"
  }
}

Changes

Changed in 2 of the 50 revisions of this API.237

  • af03a6ba771d15See the full diff
    • the response's body type changed from array to object for status

      response-body-type-changed

    • api operation id 1f9d905a5e89dba1162f35428b92847c removed and replaced with listManufacturers

      api-operation-id-removed

    • api tag In-Game removed

      api-tag-removed

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

  • 8ff40d443bb4132See the full diff
    • the response's body type changed from object to array for status

      response-body-type-changed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • api operation id listManufacturers removed and replaced with 1f9d905a5e89dba1162f35428b92847c

      api-operation-id-removed

    • api tag In-Game added

      api-tag-added

    This revision also has 95 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog