REST API

URL root for all REST API: https://data.eppo.int/api/rest/1.0
On each of your API requests add your unique token using the "authtoken" parameter. Example to get information about Bemisia tabaci:
https://data.eppo.int/api/rest/1.0/taxon/BEMITA?authtoken=xxxxxxxxxxxxxxxxxxx

GET /taxon/{EPPOCODE} Get basic informations about {EPPOCODE}

Parameters
  • EPPOCODE
    • Description: The EPPOCode
    • Type: string
    • Required: true
Response
not yet documented
You must be logged in to use this feature.

GET /taxon/{EPPOCODE}/names Get all names about {EPPOCODE}

Parameters
  • EPPOCODE
    • Description: The EPPOCode
    • Type: string
    • Required: true
Response
not yet documented
You must be logged in to use this feature.

GET /taxon/{EPPOCODE}/taxonomy Get taxonomy about {EPPOCODE}

Parameters
  • EPPOCODE
    • Description: The EPPOCode
    • Type: string
    • Required: true
Response
not yet documented
You must be logged in to use this feature.

GET /taxon/{EPPOCODE}/categorization Get categorization about {EPPOCODE}

Parameters
  • EPPOCODE
    • Description: The EPPOCode
    • Type: string
    • Required: true
Response
not yet documented
You must be logged in to use this feature.

GET /taxon/{EPPOCODE}/hosts Get hosts about {EPPOCODE}

Parameters
  • EPPOCODE
    • Description: The EPPOCode
    • Type: string
    • Required: true
Response
not yet documented
You must be logged in to use this feature.

GET /taxon/{EPPOCODE}/pests Get pests about {EPPOCODE}

Parameters
  • EPPOCODE
    • Description: The EPPOCode
    • Type: string
    • Required: true
Response
not yet documented
You must be logged in to use this feature.

GET /taxon/{EPPOCODE}/kingdom Get the {EPPOCODE} kingdom

Parameters
  • EPPOCODE
    • Description: The EPPOCode
    • Type: string
    • Required: true
Response
Return object containing:
  • codeid
  • eppocode
  • status
You must be logged in to use this feature.

GET /country/{ISOCODE} Get basic informations about {ISOCODE}

Parameters
  • ISOCODE
    • Description: The ISOCODE
    • Type: string
    • Required: true
Response
not yet documented
You must be logged in to use this feature.

POST /tools/codes2prefnames Search preferred names from EPPOCodes list

Parameters
  • intext
    • Description: list of eppocode, split by |
    • Type: string
    • Required: true
Response
not yet documented
You must be logged in to use this feature.

POST /tools/prefnames2codes Search EPPOCodes from preferred names list

Parameters
  • intext
    • Description: list of names, split by |
    • Type: string
    • Required: true
Response
not yet documented
You must be logged in to use this feature.

POST /tools/names2codes Search EPPOCodes from scientific names, synonyms or common names list

Parameters
  • intext
    • Description: list of names, split by |
    • Type: string
    • Required: true
Response
not yet documented
You must be logged in to use this feature.

GET /tools/search Search name or code

Parameters
  • kw
    • Description: Keyword to search
    • Type: string
    • Required: true
  • searchfor
    • Description: 1=Names or EPPO codes, 2=Preferred names only, 3=Names only, 4=EPPO codes only
    • Type: string
    • Required: true
    • Values possible:
      • 1 = Names or EPPO codes
      • 2 = Preferred names only
      • 3 = Names only
      • 4 = EPPO codes only
  • lang
    • Description: filter for this lang (iso639-2), empty will search on all langage
    • Type: string
    • Required: false
  • searchmode
    • Description: Specify how to search
    • Type: string
    • Required: true
    • Values possible:
      • 1 = Whole word
      • 2 = Starting with...
      • 3 = Containing the word
  • typeorg
    • Description: Search into specific group of code
    • Type: string
    • Required: false
    • Values possible:
      • 0 = All
      • 1 = Plant (Species level)
      • 2 = Animal (Species level)
      • 3 = Microorganism (Species level)
      • 4 = Animal taxonomic group (Taxonomic group level)
      • 5 = Microorganism taxonomic group (Taxonomic group level)
      • 6 = Plant taxonomic group (Taxonomic group level)
      • 7 = Non-taxonomic group
      • 8 = Commodity
Response
not yet documented
You must be logged in to use this feature.