olive oil REST API

Find all D.O.P and I.G.P olive oils currently registered for Italy in the Official Journal of the European Union.

Click on the map to see different types of olive oil per province. Scroll down to test the API.

Leaflet | Map data © OpenStreetMap contributors, CC-BY-SA, Imagery © Mapbox

docs

list of attributes

id

Id of the record.

Provincia

One or more provinces where the olive oil type is partly or fully located.

Data pubblicazione

Publication date in the Official Journal of the European Union.

Categoria

Two possible values for the category of certificate: D.O.P or I.G.P

Denominazione

Name of the olive oil type.

Regione

One or more regions where the olive oil type is partly or fully located.

methods

GET /oliveoils/
retrieve complete list of olive oil objects

GET /oliveoils/{id}
retrieve one olive oil object

API endpoint: https://api.iloveolive.it
Content-Type: json

Use the playground below to test the API. You can type in your own path, e.g. /oliveoils/32

GET
Click the SEND button to see the JSON response.