Atatürk'ün 100 farklı resmi ile oluşturulmuş bir JSON API.
GET https://ataturk-resimleri-api.herokuapp.com/
{
"id":69,
"image":"https://ataturk-resimleri-api.herokuapp.com/images/69.png"
}
Endpoint | Sonuç |
---|---|
/ | JSON biçiminde rastgele bir sonuç döndürür. |
/resim | Rastgele bir resim döndürür. |
/:id | Girilen id'ye göre JSON biçiminde sonuç döndürür. |
/:id/resim | Girilen id'ye göre bir resim döndürür. |
GET https://ataturk-resimleri-api.herokuapp.com/75
{
"id":75,
"image":"https://ataturk-resimleri-api.herokuapp.com/images/75.png"
}
GET https://ataturk-resimleri-api.herokuapp.com/75/resim
Atatürk Resimleri API Apache License 2.0 ile lisanslanmıştır.