Relationships
Restriction resources have the following relationships for their records.
- Format
Restriction resources have the following relationships for their records.
GET /api/v3/public/restrictions/:id
Name | Description | Type |
---|---|---|
id required | Id | string |
GET /api/v3/public/restrictions/standard_banlist
Content-Type: application/json
Host: api-preview.netrunnerdb.com
curl -g "https://api-preview.netrunnerdb.com/api/v3/public/restrictions/standard_banlist" -X GET
200
content-type: application/vnd.api+json; charset=utf-8
{
"data": {
"id": "standard_banlist",
"type": "restrictions",
"attributes": {
"name": "Standard Banlist 2022 Edition",
"date_start": "2022-01-01",
"point_limit": null,
"format_id": "standard",
"verdicts": {
"banned": [
"trieste_model_bioroids"
],
"restricted": [],
"universal_faction_cost": {},
"global_penalty": [],
"points": {}
},
"banned_subtypes": [
"academic",
"current"
],
"size": 1,
"updated_at": "2022-12-08T12:00:00+00:00"
},
"relationships": {
"format": {
"links": {
"related": "http://localhost:3000/api/v3/public/formats/standard"
}
}
},
"links": {
"self": "http://localhost:3000/api/v3/public/restrictions/standard_banlist"
}
},
"meta": {}
}