jService · Example Payload

Jservice Invalid Example

Games And ComicsTriviaJeopardyOpen SourceRubyRailsPublic APIs

Jservice Invalid Example is an example object payload from jService, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationoperationIdrequestresponse

Example Payload

Raw ↑
{
  "operation": "POST /api/invalid",
  "operationId": "markClueInvalid",
  "request": {
    "method": "POST",
    "url": "http://jservice.io/api/invalid?id=105912",
    "headers": {
      "Content-Type": "application/json"
    },
    "body": null
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json; charset=utf-8"
    },
    "body": {
      "id": 105912,
      "answer": "Lake Superior",
      "question": "This Great Lake is the largest by surface area",
      "value": 200,
      "airdate": "2010-10-15T19:00:00.000Z",
      "category_id": 11496,
      "game_id": 3035,
      "invalid_count": 1
    }
  }
}