Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
/ gibi-sayings Public archive

This is a simple API project that lists Turkish sayings said in gibi Show.

License

Notifications You must be signed in to change notification settings

mcanvar/gibi-sayings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gibi Sayings Public API

This is a simple API project that lists Turkish sayings said on gibi Show.

Please check the example project created using this API.

For API docs please refer here created by Swagger.

Endpoints

/v1.0.0/sayings.json

curl -X 'GET' \
  'https://mcanvar.github.io/gibi-sayings/v1.0.0/sayings.json' \
  -H 'accept: application/json'

Code: 200 Example response:

[
  {
    "saying": "Avcı ne kadar hile bilirse, ayı da o kadar yol bilir.",
    "season": 2,
    "episode": 2,
    "episodeName": "Kuki",
    "saidAt": "36:02",
    "saidBy": "İlkkan"
  },
  {
    "saying": "Allahın dinlenme tesisinde bu ne sembolizm ya böyle?",
    "season": 2,
    "episode": 4,
    "episodeName": "Sokak Röportajı",
    "saidAt": "22:30",
    "saidBy": "Yılmaz"
  }
]

/v1.0.0/sayings/#.json

# is a number between 1 to length of the sayings array.

curl -X 'GET' \
  'https://mcanvar.github.io/gibi-sayings/v1.0.0/sayings/#.json' \
  -H 'accept: application/json'

Code: 200 Example response:

{
  "saying": "Kuş Cenneti bitiyor, bizim bölgemiz başlıyor gibi.",
  "season": 2,
  "episode": 4,
  "episodeName": "Sokak Röportajı",
  "saidAt": "53:38",
  "saidBy": "Yılmaz"
}

Contribution

Please check the contributing guide.

Disclaimer

This project created and shared to let developers test their front-end & mobile applications during developments in a funny way. All rights belongs to gibi on Exxen, nothing related commercial use. All responsibility belongs to the user or forker of the API.

Thanks

For style candy special thanks to Tailwind CSS and for lokum icons thanks to Hero Icons.