apilayer / restcountries

Get information about countries via a RESTful API
https://restcountries.eu
Mozilla Public License 2.0
2.24k stars 355 forks source link

wrong car country code for Germany #287

Open IlianP opened 1 year ago

IlianP commented 1 year ago

For Germany, the: "car":{"signs":["DY"] should be "car":{"signs":["D"]

source: I'm German.

According to http://jeppesn.dk/countrycodes.html, "DY" is used for Benin (which is correct in the database).

amatosg commented 8 months ago

which API are you using?

IlianP commented 8 months ago

For example https://restcountries.com/v3.1/alpha/de , but also https://restcountries.com/v3.1/lang/german contains this entry.

By the way, since this is already implemented, I guess #92 can be closed.

amatosg commented 8 months ago

Then this is not the repository your looking for...