Article Requests

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

ARTICLE_METADATA
http://api.gameframe.online/v1/article/{{article_id}}

Returns the metadata for a article matching: article_id.

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

{
  "article_id": 88345, 
  "article_link": "https://www.gamespot.com/articles/every-game-release-date-in-2018-monster-hunter-wor/1100-6455204/", 
  "author": "Matt Espineli", 
  "cover": "https://static.gamespot.com/uploads/screen_kubrick/1552/15524586/3319669-every-game-in-2018-promo1-2-thumb.jpg", 
  "developers": [...], 
  "games": [...], 
  "introduction": "While 2017 was packed with an assortment of amazing games, 2018 is primed with its own roster of exciting games, including heavy hitters like Red Dead Redemption 2, Anthem, God of War, Kingdom Hearts III, Dragon Ball FighterZ, and much more. To help you keep", 
  "outlet": "Gamespot.com", 
  "timestamp": "2018-01-24T18:46:00", 
  "title": "Every Game Release Date In 2018: Monster Hunter World, Dragon Ball FighterZ, And More"
}
GET Result
Key Type Description
article_id Integer The article's unique ID
title String The article's full name
outlet String The article's publishing outlet
author String The article's author
timestamp DateTime The article's publishing timestamp
article_link URL String The article's URL
introduction String The article's first few sentences
image URL String The article's image URL
games Game List A list of related games
developers Developer List A list of related developers

ARTICLE_LIST
http://api.gameframe.online/v1/article

Return a list of articles.

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

{
  "num_results": 25915, 
  "objects": [...],
  "page": 1, 
  "total_pages": 2592
}
GET Result
Key Description
num_results The total number of articles matching the query
objects The requested articles
page The current page
total_pages The total number of pages in the result set

results matching ""

    No results matching ""