Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.
/ ataturk-api Public archive

Mustafa Kemal Atatürk'ün söylediği ve Atatürk hakkında söylenen sözler Rest API

License

Notifications You must be signed in to change notification settings

ibodev1/ataturk-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ataturk Quotes API

Deno ve Hono kullanılarak oluşturulan bir Rest API hizmeti, WikiQuote'den Mustafa Kemal Atatürk'ün söylediği ve Atatürk hakkında söylenen sözleri kazıyarak json olarak kaydetmiştir. Bu hizmet, rastgele, tümünü veya istediğiniz bir kimliği belirterek tek bir söz olarak geri alabileceğiniz bir söz servisidir. Ayrıca, sözlerin kaynakları da hizmette mevcuttur ve kaynakları tümü veya tek olarak alabilirsiniz.

Sözlerin bulunduğu sayfa.

API Kullanımı

Random söz ve o söze ait kaynakları getirir

GET /

Örnek Url : https://ataturk.deno.dev/

Tüm söylenmiş sözleri getirir

GET /quotes

Örnek Url : https://ataturk.deno.dev/quotes

Tüm kaynakları getirir

GET /sources

Örnek Url : https://ataturk.deno.dev/sources

Belitrilen id ait sözü getirir

GET /quotes/${id}
Parametre Tip Açıklama
id string Gerekli. Çağrılacak öğenin anahtar değeri

Örnek Url : https://ataturk.deno.dev/quotes/18

Verilen id lere ait kaynakları getirir

GET /sources/${ids}
Parametre Tip Açıklama
ids string[] Gerekli. Çağrılacak öğenin anahtar değeri

Örnek Url : https://ataturk.deno.dev/sources/20,21

Verileri daha düzgün görmek için url nin sonuna ?pretty ekleyebilirsiniz.

Örnek Url : https://ataturk.deno.dev/sources/20,21?pretty

Lisans

MIT - ibodev1

About

Mustafa Kemal Atatürk'ün söylediği ve Atatürk hakkında söylenen sözler Rest API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published