Free Access to Radar Data
Use our API to integrate speed cameras from France and other countries into your projects. Licensed under CC BY-SA 4.0.
Select a Country
+50,000
Speed cameras listed
20+
Countries covered
100% free
under CC BY-SA 4.0 license
CC BY-SA 4.0 License
As you may know, Lufop.net and all its content are shared under the CC BY-SA 4.0 license. This means you can:
- Share — copy and redistribute the material in any medium or format
- Adapt — remix, transform, and build upon the material for any purpose, even commercially
This license is suitable for free cultural works. The licensor cannot revoke these freedoms as long as you follow the license terms.
Please include a backlink to lufop.net if you build an app or website using this data.
Use Our Radar API
Example API call to retrieve radars:
XML Format:
https://api.lufop.net/api?key=<key>&format=xml&nbr=2
JSON Format:
https://api.lufop.net/api?key=<key>&format=json&nbr=2
API Parameters
- format: xml (default), json
- pays: fr | it | ch | br | es... (default: fr)
- nbr: number of results (default: 10, max: 10000)
- since: update date (e.g., since=2022-01-01)
- q: GPS coordinates (e.g., q=44.866488,2.268774)
- m: radius around the GPS point (e.g., m=100)
- c: City (e.g., c=narbonne)
Options (API v1.2 - 2023-02-10):
- Flash:
- F: Front
- B: Back
- D: Both directions (Front and Back)
- Position of the camera:
- L: Left side of the road
- R: Right side of the road
- C: Center of the road or between two lanes
API Usage Examples
1. Retrieve 100 speed cameras in France (JSON format)
https://api.lufop.net/api?key=<your_key>&format=json&nbr=100&pays=fr
2. Get speed cameras updated since January 1, 2024
https://api.lufop.net/api?key=<your_key>&since=2024-01-01
3. Radars within 100 km of Lyon (GPS coordinates)
https://api.lufop.net/api?key=<your_key>&q=45.75,4.85&m=100
4. Get the 50 latest updates in Italy (XML format)
https://api.lufop.net/api?key=<your_key>&format=xml&nbr=50&pays=it
5. Get radars from the city of Narbonne (XML format)
https://api.lufop.net/api?key=<your_key>&format=xml&c=narbonne
Replace <your_key>
with your personal API key.