Languages with a name key whose value contains a hyphen return a 404 Not Found response. This can be observed with language 1, ja-Hrkt, for example. I've checked other languages as well and tried variations on the name with no success.
Current behavior: the URL https://pokeapi.co/api/v2/language/ja-Hrkt returns a payload of "Not Found", status 404
Expected behavior: the response is the same as https://pokeapi.co/api/v2/language/1
Steps to Reproduce:
Navigate to https://pokeapi.co/api/v2/language/ja-Hrkt.
Languages with a
namekey whose value contains a hyphen return a 404 Not Found response. This can be observed with language 1,ja-Hrkt, for example. I've checked other languages as well and tried variations on the name with no success.Current behavior: the URL https://pokeapi.co/api/v2/language/ja-Hrkt returns a payload of "Not Found", status
404Expected behavior: the response is the same as https://pokeapi.co/api/v2/language/1
Steps to Reproduce:
Navigate to https://pokeapi.co/api/v2/language/ja-Hrkt.