Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update api-prix-carburants #8

Open
poetaster opened this issue Nov 10, 2023 · 3 comments
Open

update api-prix-carburants #8

poetaster opened this issue Nov 10, 2023 · 3 comments

Comments

@poetaster
Copy link
Owner

poetaster commented Nov 10, 2023

https://www.data.gouv.fr/fr/reuses/api-prix-carburants/
Plugin

@poetaster
Copy link
Owner Author

@poetaster
Copy link
Owner Author

Request:

curl -X 'GET' \
  'https://api.prix-carburants.2aaz.fr/stations/around/45.74846000,4.84671000?types=R,A&responseFields=Hours,Services,Fuels,Price' \
  -H 'accept: application/json' \
  -H 'Range: m=500-1000'

Response:

[
  {
    "id": 69003013,
    "Brand": {
      "id": 12,
      "name": "Avia",
      "short_name": "avia",
      "nb_stations": 589
    },
    "type": "R",
    "name": "STATION AVIA GARIBALDI",
    "Address": {
      "street_line": "258 rue Garibaldi",
      "city_line": "69003 Lyon"
    },
    "Coordinates": {
      "latitude": "45.7544602",
      "longitude": "4.8528365475131"
    },
    "Hours": {
      "automate_24_7": true,
      "Days": [
        {
          "day": 1,
          "name": "Lundi",
          "status": "open",
          "TimeSlots": [
            {
              "opening_time": "06:00:00",
              "closing_time": "22:00:00"
            }
          ]
        },
        {
          "day": 2,
          "name": "Mardi",
          "status": "open",
          "TimeSlots": [
            {
              "opening_time": "06:00:00",
              "closing_time": "22:00:00"
            }
          ]
        },
        {
          "day": 3,
          "name": "Mercredi",
          "status": "open",
          "TimeSlots": [
            {
              "opening_time": "06:00:00",
              "closing_time": "22:00:00"
            }
          ]
        },
        {
          "day": 4,
          "name": "Jeudi",
          "status": "open",
          "TimeSlots": [
            {
              "opening_time": "06:00:00",
              "closing_time": "22:00:00"
            }
          ]
        },
        {
          "day": 5,
          "name": "Vendredi",
          "status": "open",
          "TimeSlots": [
            {
              "opening_time": "06:00:00",
              "closing_time": "22:00:00"
            }
          ]
        },
        {
          "day": 6,
          "name": "Samedi",
          "status": "open",
          "TimeSlots": [
            {
              "opening_time": "06:00:00",
              "closing_time": "22:00:00"
            }
          ]
        },
        {
          "day": 7,
          "name": "Dimanche",
          "status": "open",
          "TimeSlots": [
            {
              "opening_time": "06:00:00",
              "closing_time": "22:00:00"
            }
          ]
        }
      ]
    },
    "Services": [
      "Station de gonflage",
      "Piste poids lourds",
      "Lavage automatique",
      "Lavage manuel",
      "Vente de gaz domestique (Butane, Propane)",
      "Automate CB 24/24",
      "Toilettes publiques",
      "Boutique alimentaire",
      "Boutique non alimentaire",
      "Vente d'additifs carburants",
      "Restauration à emporter"
    ],
    "Fuels": [
      {
        "id": 1,
        "name": "Gazole",
        "short_name": "Gazole",
        "picto": "B7",
        "Update": {
          "value": "2023-11-03T22:01:00Z",
          "text": "03/11/2023 22:01:00"
        },
        "available": true,
        "Price": {
          "value": 1.919,
          "currency": "EUR",
          "text": "1.919 €"
        }
      },
      {
        "id": 5,
        "name": "Super Sans Plomb 95 E10",
        "short_name": "SP95-E10",
        "picto": "E10",
        "Update": {
          "value": "2023-10-20T22:00:00Z",
          "text": "20/10/2023 22:00:00"
        },
        "available": true,
        "Price": {
          "value": 1.909,
          "currency": "EUR",
          "text": "1.909 €"
        }
      },
      {
        "id": 2,
        "name": "Super Sans Plomb 95",
        "short_name": "SP95",
        "picto": "E5",
        "Update": {
          "value": "2023-10-20T22:00:00Z",
          "text": "20/10/2023 22:00:00"
        },
        "available": true,
        "Price": {
          "value": 1.939,
          "currency": "EUR",
          "text": "1.939 €"
        }
      },
      {
        "id": 4,
        "name": "GPLc",
        "short_name": "GPLc",
        "picto": "LPG",
        "Update": {
          "value": "2023-10-19T22:00:00Z",
          "text": "19/10/2023 22:00:00"
        },
        "available": true,
        "Price": {
          "value": 1.019,
          "currency": "EUR",
          "text": "1.019 €"
        }
      }
    ],
    "LastUpdate": {
      "value": "2023-11-03T22:01:00Z",
      "text": "03/11/2023 22:01:00"
    },
    "distance": 819,
    "Distance": {
      "value": 819,
      "text": "819 m"
    }
  }
]

@poetaster
Copy link
Owner Author

Request to '/station/id'


{
  "id": 69003013,
  "Brand": {
    "id": 12,
    "name": "Avia",
    "short_name": "avia",
    "nb_stations": 589
  },
  "type": "R",
  "name": "STATION AVIA GARIBALDI",
  "Address": {
    "street_line": "258 rue Garibaldi",
    "city_line": "69003 Lyon"
  },
  "Coordinates": {
    "latitude": "45.7544602",
    "longitude": "4.8528365475131"
  },
  "Hours": {
    "automate_24_7": true,
    "Days": [
      {
        "day": 1,
        "name": "Lundi",
        "status": "open",
        "TimeSlots": [
          {
            "opening_time": "06:00:00",
            "closing_time": "22:00:00"
          }
        ]
      },
      {
        "day": 2,
        "name": "Mardi",
        "status": "open",
        "TimeSlots": [
          {
            "opening_time": "06:00:00",
            "closing_time": "22:00:00"
          }
        ]
      },
      {
        "day": 3,
        "name": "Mercredi",
        "status": "open",
        "TimeSlots": [
          {
            "opening_time": "06:00:00",
            "closing_time": "22:00:00"
          }
        ]
      },
      {
        "day": 4,
        "name": "Jeudi",
        "status": "open",
        "TimeSlots": [
          {
            "opening_time": "06:00:00",
            "closing_time": "22:00:00"
          }
        ]
      },
      {
        "day": 5,
        "name": "Vendredi",
        "status": "open",
        "TimeSlots": [
          {
            "opening_time": "06:00:00",
            "closing_time": "22:00:00"
          }
        ]
      },
      {
        "day": 6,
        "name": "Samedi",
        "status": "open",
        "TimeSlots": [
          {
            "opening_time": "06:00:00",
            "closing_time": "22:00:00"
          }
        ]
      },
      {
        "day": 7,
        "name": "Dimanche",
        "status": "open",
        "TimeSlots": [
          {
            "opening_time": "06:00:00",
            "closing_time": "22:00:00"
          }
        ]
      }
    ]
  },
  "Services": [
    "Station de gonflage",
    "Piste poids lourds",
    "Lavage automatique",
    "Lavage manuel",
    "Vente de gaz domestique (Butane, Propane)",
    "Automate CB 24/24",
    "Toilettes publiques",
    "Boutique alimentaire",
    "Boutique non alimentaire",
    "Vente d'additifs carburants",
    "Restauration à emporter"
  ],
  "Fuels": [
    {
      "id": 1,
      "name": "Gazole",
      "short_name": "Gazole",
      "picto": "B7",
      "Update": {
        "value": "2023-11-03T22:01:00Z",
        "text": "03/11/2023 22:01:00"
      },
      "available": true,
      "Price": {
        "value": 1.919,
        "currency": "EUR",
        "text": "1.919 €"
      }
    },
    {
      "id": 5,
      "name": "Super Sans Plomb 95 E10",
      "short_name": "SP95-E10",
      "picto": "E10",
      "Update": {
        "value": "2023-10-20T22:00:00Z",
        "text": "20/10/2023 22:00:00"
      },
      "available": true,
      "Price": {
        "value": 1.909,
        "currency": "EUR",
        "text": "1.909 €"
      }
    },
    {
      "id": 2,
      "name": "Super Sans Plomb 95",
      "short_name": "SP95",
      "picto": "E5",
      "Update": {
        "value": "2023-10-20T22:00:00Z",
        "text": "20/10/2023 22:00:00"
      },
      "available": true,
      "Price": {
        "value": 1.939,
        "currency": "EUR",
        "text": "1.939 €"
      }
    },
    {
      "id": 4,
      "name": "GPLc",
      "short_name": "GPLc",
      "picto": "LPG",
      "Update": {
        "value": "2023-10-19T22:00:00Z",
        "text": "19/10/2023 22:00:00"
      },
      "available": true,
      "Price": {
        "value": 1.019,
        "currency": "EUR",
        "text": "1.019 €"
      }
    }
  ],
  "LastUpdate": {
    "value": "2023-11-03T22:01:00Z",
    "text": "03/11/2023 22:01:00"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant