Redemption Card Database API
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
More information: https://helloreverb.com
Contact Info: hello@helloreverb.com
Version: 1.0
All rights reserved
http://apache.org/licenses/LICENSE-2.0.html
Access
Methods
[ Jump to Models ]Table of Contents
Cards
Sets
Cards
Up
get /api/v1/card/{uuid}.json
Retrieve card detail (apiV1CardUuidJsonGet)
Path parameters
uuid (required)
Path Parameter — card ID
Return type
Example data
Content-Type: application/json
{
"data" : [ {
"image" : "image",
"jsonUrl" : "jsonUrl",
"attributes" : {
"identifier" : "identifier",
"set" : {
"pack_image" : "pack_image",
"image" : "image",
"title" : "title"
},
"strength" : "strength",
"legality" : "legality",
"brigade" : [ "brigade", "brigade" ],
"type" : "type",
"toughness" : "toughness",
"alignment" : "alignment",
"class" : [ "class", "class" ],
"rarity" : "rarity"
},
"id" : "id",
"title" : "title"
}, {
"image" : "image",
"jsonUrl" : "jsonUrl",
"attributes" : {
"identifier" : "identifier",
"set" : {
"pack_image" : "pack_image",
"image" : "image",
"title" : "title"
},
"strength" : "strength",
"legality" : "legality",
"brigade" : [ "brigade", "brigade" ],
"type" : "type",
"toughness" : "toughness",
"alignment" : "alignment",
"class" : [ "class", "class" ],
"rarity" : "rarity"
},
"id" : "id",
"title" : "title"
} ]
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
Responses
200
The contents of the search CardDetailResponse
Up
get /api/v1/cards.json
Retrieve a list of cards (apiV1CardsJsonGet)
Return type
Example data
Content-Type: application/json
{
"meta" : {
"pagination" : {
"per_page" : 1,
"total" : 0,
"count" : 6,
"links" : {
"next" : "next"
},
"total_pages" : 5,
"current_page" : 5
}
},
"items" : [ {
"image" : "image",
"jsonUrl" : "jsonUrl",
"id" : "id",
"title" : "title"
}, {
"image" : "image",
"jsonUrl" : "jsonUrl",
"id" : "id",
"title" : "title"
} ]
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
Responses
200
The contents of the search CardListResponseSets
Up
get /api/v1/sets.json
Retrieve a list of sets (apiV1SetsJsonGet)
Return type
Example data
Content-Type: application/json
{
"meta" : {
"pagination" : {
"per_page" : 1,
"total" : 0,
"count" : 6,
"links" : {
"next" : "next"
},
"total_pages" : 5,
"current_page" : 5
}
},
"items" : [ {
"setIcon" : "setIcon",
"image" : "image",
"jsonUrl" : "jsonUrl",
"attributes" : {
"identification" : "identification",
"releaseDate" : "releaseDate",
"kind" : "kind",
"abbreviation" : "abbreviation"
},
"id" : "id",
"title" : "title"
}, {
"setIcon" : "setIcon",
"image" : "image",
"jsonUrl" : "jsonUrl",
"attributes" : {
"identification" : "identification",
"releaseDate" : "releaseDate",
"kind" : "kind",
"abbreviation" : "abbreviation"
},
"id" : "id",
"title" : "title"
} ]
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
Responses
200
The contents of the search SetListResponse
Up
get /api/v1/sets/{uuid}.json
Retrieve card detail (apiV1SetsUuidJsonGet)
Path parameters
uuid (required)
Path Parameter — card ID
Return type
Example data
Content-Type: application/json
{
"data" : [ {
"setIcon" : "setIcon",
"image" : "image",
"cards" : [ "cards", "cards" ],
"jsonUrl" : "jsonUrl",
"attributes" : {
"identification" : "identification",
"releaseDate" : "releaseDate",
"kind" : "kind",
"abbreviation" : "abbreviation"
},
"id" : "id",
"title" : "title"
}, {
"setIcon" : "setIcon",
"image" : "image",
"cards" : [ "cards", "cards" ],
"jsonUrl" : "jsonUrl",
"attributes" : {
"identification" : "identification",
"releaseDate" : "releaseDate",
"kind" : "kind",
"abbreviation" : "abbreviation"
},
"id" : "id",
"title" : "title"
} ]
}
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.application/json
Responses
200
The contents of the search SetDetailResponseModels
[ Jump to Methods ]Table of Contents
CardDetailResponse
CardDetailResponse_attributes
CardDetailResponse_attributes_set
CardDetailResponse_data
CardListResponse
CardListResponse_items
CardListResponse_meta
CardListResponse_meta_pagination
CardListResponse_meta_pagination_links
SetDetailResponse
SetDetailResponse_data
SetListResponse
SetListResponse_attributes
SetListResponse_items
CardDetailResponse
Up
data (optional)
CardDetailResponse_attributes
Up
type (optional)
brigade (optional)
strength (optional)
toughness (optional)
class (optional)
set (optional)
identifier (optional)
rarity (optional)
alignment (optional)
legality (optional)
CardDetailResponse_data
Up
id (optional)
title (optional)
image (optional)
jsonUrl (optional)
attributes (optional)
CardListResponse_meta
Up
pagination (optional)
CardListResponse_meta_pagination_links
Up
next (optional)
SetDetailResponse
Up
data (optional)
SetDetailResponse_data
Up
id (optional)
title (optional)
image (optional)
setIcon (optional)
jsonUrl (optional)
attributes (optional)
cards (optional)