Skip to content

Problem with the vernacular names endpoint. #189

@ClayAssis

Description

@ClayAssis

In many cases, the English name of the species is actually being returned as the Spanish name. This is the case with Dryocopus lineatus, for example..

{
  "offset": 0,
  "limit": 20,
  "endOfRecords": false,
  "results": [
    ...
    {
      "taxonKey": 5228831,
      "vernacularName": "Carpintero real",
      "language": "eng",
      "source": "ESTUDIO DE IMPACTO AMBIENTAL (EIA) DEL PARQUE SOLAR FOTOVOLTAICO GUAYEPO III 200 MW Y SU LÍNEA DE EVACUACIÓN 500 KV",
      "sourceTaxonKey": 302609269
    },
    {
      "taxonKey": 5228831,
      "vernacularName": "Carpintero real",
      "language": "eng",
      "source": "Catalogue of Life",
      "sourceTaxonKey": 299392502
    },
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions