Illustrators

Relationships

Illustrator resources have the following relationships for their records.

  • Printings

Relationship - Get Printings for an Illustrator

Endpoint

GET /api/v3/public/printings?filter[illustrator_id]=:id

Parameters

Name Description Type
id required Id string

Request

Route

GET /api/v3/public/printings?filter[illustrator_id]=tom_of_netrunner

Headers

Content-Type: application/json
Host: api-preview.netrunnerdb.com

Query Parameters

filter={"illustrator_id" => "tom_of_netrunner"}

cURL

curl -g "https://api-preview.netrunnerdb.com/api/v3/public/printings?filter[illustrator_id]=tom_of_netrunner" -X GET 

Response

Simulated Response

Status

200

Headers

content-type: application/vnd.api+json; charset=utf-8

Body

{
  "data": [
    {
      "id": "01056",
      "type": "printings",
      "attributes": {
        "card_id": "adonis_campaign",
        "card_cycle_id": "core",
        "card_cycle_name": "Core Set",
        "card_set_id": "core",
        "card_set_name": "Core",
        "flavor": "Beefy Boi",
        "display_illustrators": "Tom of Netrunner",
        "illustrator_ids": [
          "tom_of_netrunner"
        ],
        "illustrator_names": [
          "Tom of Netrunner"
        ],
        "position": 56,
        "position_in_set": 3,
        "quantity": 3,
        "date_release": "2012-09-06",
        "updated_at": "2022-12-08T12:00:00+00:00",
        "stripped_title": "Adonis Campaign",
        "title": "Adonis Campaign",
        "card_type_id": "asset",
        "side_id": "corp",
        "faction_id": "haas_bioroid",
        "advancement_requirement": null,
        "cost": "4",
        "agenda_points": null,
        "base_link": null,
        "deck_limit": 3,
        "in_restriction": false,
        "influence_cost": 2,
        "influence_limit": null,
        "memory_cost": null,
        "minimum_deck_size": null,
        "num_printings": 1,
        "is_latest_printing": true,
        "printing_ids": [
          "01056"
        ],
        "restriction_ids": [],
        "strength": null,
        "stripped_text": "Put 12 credits from the bank on Adonis Campaign when rezzed. When there are no credits left on Adonis Campaign, trash it. Take 3 credits from Adonis Campaign when your turn begins.",
        "text": "Put 12[credit] from the bank on Adonis Campaign when rezzed. When there are no credits left on Adonis Campaign, trash it.\nTake 3[credit] from Adonis Campaign when your turn begins.",
        "trash_cost": 3,
        "is_unique": false,
        "card_subtype_ids": [
          "advertisement"
        ],
        "card_subtype_names": [
          "Advertisement"
        ],
        "display_subtypes": null,
        "attribution": null,
        "format_ids": [
          "eternal",
          "standard",
          "startup"
        ],
        "card_pool_ids": [
          "eternal_01",
          "standard_01",
          "standard_02",
          "startup_01",
          "startup_02"
        ],
        "snapshot_ids": [
          "eternal_01",
          "standard_01",
          "standard_02",
          "standard_03",
          "standard_04",
          "standard_05",
          "startup_01",
          "startup_02"
        ],
        "card_cycle_ids": [
          "core"
        ],
        "card_cycle_names": [
          "Core Set"
        ],
        "card_set_ids": [
          "core"
        ],
        "card_set_names": [
          "Core"
        ],
        "designed_by": null,
        "released_by": null,
        "printings_released_by": [
          ""
        ],
        "pronouns": null,
        "pronunciation_approximation": null,
        "pronunciation_ipa": null,
        "images": {
          "nrdb_classic": {
            "tiny": "https://card-images.netrunnerdb.com/v2/tiny/01056.jpg",
            "small": "https://card-images.netrunnerdb.com/v2/small/01056.jpg",
            "medium": "https://card-images.netrunnerdb.com/v2/medium/01056.jpg",
            "large": "https://card-images.netrunnerdb.com/v2/large/01056.jpg"
          }
        },
        "card_abilities": {
          "additional_cost": false,
          "advanceable": false,
          "gains_subroutines": false,
          "interrupt": false,
          "link_provided": null,
          "mu_provided": null,
          "num_printed_subroutines": null,
          "on_encounter_effect": false,
          "performs_trace": false,
          "recurring_credits_provided": null,
          "rez_effect": false,
          "trash_ability": false
        },
        "latest_printing_id": "01056",
        "restrictions": {
          "banned": [],
          "global_penalty": [],
          "points": {},
          "restricted": [],
          "universal_faction_cost": {}
        },
        "num_extra_faces": 0,
        "faces": []
      },
      "relationships": {
        "card": {
          "links": {
            "related": "http://localhost:3000/api/v3/public/cards/adonis_campaign"
          }
        },
        "card_cycle": {
          "links": {
            "related": "http://localhost:3000/api/v3/public/card_cycles/core"
          }
        },
        "card_set": {
          "links": {
            "related": "http://localhost:3000/api/v3/public/card_sets/core"
          }
        },
        "card_type": {
          "links": {
            "related": "http://localhost:3000/api/v3/public/card_types/asset"
          }
        },
        "faction": {
          "links": {
            "related": "http://localhost:3000/api/v3/public/factions/haas_bioroid"
          }
        },
        "side": {
          "links": {
            "related": "http://localhost:3000/api/v3/public/sides/corp"
          }
        },
        "card_subtypes": {
          "links": {
            "related": "http://localhost:3000/api/v3/public/card_subtypes?filter[id]=advertisement"
          }
        },
        "illustrators": {
          "links": {
            "related": "http://localhost:3000/api/v3/public/illustrators?filter[id]=tom_of_netrunner"
          }
        },
        "card_pools": {
          "links": {
            "related": "http://localhost:3000/api/v3/public/card_pools?filter[printing_id]=01056"
          }
        }
      },
      "links": {
        "self": "http://localhost:3000/api/v3/public/printings/01056"
      }
    }
  ],
  "links": {
    "self": "http://localhost:3000/api/v3/public/printings?filter%5Billustrator_id%5D=tom_of_netrunner&page%5Bnumber%5D=1&page%5Bsize%5D=1000&stats%5Btotal%5D=count",
    "first": "http://localhost:3000/api/v3/public/printings?filter%5Billustrator_id%5D=tom_of_netrunner&page%5Bnumber%5D=1&page%5Bsize%5D=1000&stats%5Btotal%5D=count",
    "last": "http://localhost:3000/api/v3/public/printings?filter%5Billustrator_id%5D=tom_of_netrunner&page%5Bnumber%5D=1&page%5Bsize%5D=1000&stats%5Btotal%5D=count"
  },
  "meta": {
    "stats": {
      "total": {
        "count": 1
      }
    }
  }
}