gbif / geocode

Geocode webservice and client
Apache License 2.0
5 stars 4 forks source link

repeated suggestions #20

Open MortenHofft opened 1 year ago

MortenHofft commented 1 year ago

https://api.gbif.org/v1/geocode/gadm/search?limit=100&q=dji

returns Djibouti/DJI 3 times

[
{
"id": "DJI",
"name": "Djibouti",
"gadmLevel": 0,
"variantName": [
"Dikkil"
],
"nonLatinName": [],
"type": [
"Country or area"
],
"englishType": [
"Country or area"
],
"higherRegions": []
},
{
"id": "DJI",
"name": "Djibouti",
"gadmLevel": 0,
"variantName": [
"Tadjoura"
],
"nonLatinName": [],
"type": [
"Country or area"
],
"englishType": [
"Country or area"
],
"higherRegions": []
},
{
"id": "DJI",
"name": "Djibouti",
"gadmLevel": 0,
"variantName": [],
"nonLatinName": [],
"type": [
"Country or area"
],
"englishType": [
"Country or area"
],
"higherRegions": []
}
]