
Tenders in Hungary is a public API providing get data for procurements in hungary in json format.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://tenders.guru/hu/api | Primary API endpoint. |
curl -X GET "https://tenders.guru/hu/api" \ -H "Accept: application/json"