Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get all types endpoint has some incorrect entries #50

Open
WPaul15 opened this issue Mar 21, 2022 · 0 comments
Open

Get all types endpoint has some incorrect entries #50

WPaul15 opened this issue Mar 21, 2022 · 0 comments

Comments

@WPaul15
Copy link

WPaul15 commented Mar 21, 2022

The /types endpoint is returning various bad entries. Here's what I get if I call that endpoint:

{
  "types": [
    "Artifact",
    "Conspiracy",
    "Creature",
    "Dragon",
    "Elemental",
    "Enchantment",
    "Goblin",
    "Hero",
    "instant",
    "Instant",
    "Jaguar",
    "Knights",
    "Land",
    "Phenomenon",
    "Plane",
    "Planeswalker",
    "Scheme",
    "Sorcery",
    "Specter",
    "Summon",
    "Tribal",
    "Vanguard",
    "Wolf",
    "You’ll"
  ]
}

Gatherer has the following types in the advanced search dropdown:

  • Artifact
  • Basic
  • Conspiracy
  • Creature
  • Dungeon
  • Eaturecray
  • Enchantment
  • Ever
  • Host
  • Instant
  • Land
  • Legendary
  • Ongoing
  • Phenomenon
  • Plane
  • Planeswalker
  • Scariest
  • Scheme
  • See
  • Sorcery
  • Summon
  • Tribal
  • Vanguard
  • World
  • You'll

I realize that some from this list—like "Basic" and "Legendary"—are in the /supertypes endpoint, but there are defintely some that shouldn't be in there, like "Dragon", "instant", "Jaguar", etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant