Developer Requests

The following GET requests allow developers and their relationships to be queried.

DEVELOPER_METADATA
http://api.gameframe.online/v1/developer/{{developer_id}}

Returns the metadata for a developer matching: developer_id.

URL Parameters
Parameter Description
q The query object that defines the filtering that should be applied when returning developer metadata
Sample
GET: http://api.gameframe.online/v1/developer/15

{
  "articles": [...], 
  "country": 840, 
  "description": "Cool Game Studios is a world-known game developer which has created the popular Cool Game game", 
  "developer_id": 12, 
  "foundation": "1995", 
  "games": [...], 
  "igdb_id": 15,
  "logo": "images.igdb.com/igdb/image/upload/t_original/veezgocmhiauoqbkfita.jpg", 
  "name": "Cool Game Studios", 
  "twitter": "https://twitter.com/cool-game-studios",
  "website": "http://cool-game-studios.com"
}
GET Result
Key Type Description
developer_id Integer The developer's unique ID
igdb_id Integer The developer's IGDB ID
name String The developer's full name
`` String The developer's description
country Integer The developer's country of origin (ISO 3166-1)
logo URL String The developer's logo
foundation Date The developer's foundation date
website URL String The developer's website
twitter URL String The developer's Twitter address
games Game List Games connected to this developer
articles Article List Articles connected to this developer


DEVELOPER_LIST
http://api.gameframe.online/v1/developer

Return a list of developers.

URL Parameters
Parameter Description
q The query object that defines the searching, sorting, and filtering that should be applied when listing developer metadata
page[number] The page number
page[size] The number of elements on a page
Sample
GET: http://api.gameframe.online/v1/developer?page[number]=9

{
  "num_results": 1392, 
  "objects": [...], 
  "page": 9,
  "total_pages": 140
}
GET Result
Key Description
num_results The total number of developers matching the query
objects The requested developers
page The current page
total_pages The total number of pages in the result set

results matching ""

    No results matching ""