eksisozluk-api
Version:
Latest unofficial eksisozluk api
38 lines (33 loc) • 3.1 kB
Markdown
# TLDR
| controller | method | endpoint | örnek url \(tıkla\) | sayfali örnek url \(tıkla\) | açıklama |
| ------------ | ------ | :-------------------------------------: | ---------------------------------- | ---------------------------------------- | ------------------------------------- |
| topicList | get | `api/topic/list/channel/:choice/:page?` | [/api/topic/list/channel/haber][1] | [/api/topic/list/channel/müzik/2][2] | kanal başlıklarını getirir |
| topicList | get | `api/topic/list/:choice/:page?` | [/api/topic/list/gundem][3] | [/api/topic/list/basiboslar/3][4] | başlıkları getirir |
| topic | get | `api/topic/:slug/:page?` | [/api/topic/pena][5] | [/api/topic/gap year/2][6] | bir başlığı getirir |
| entry | get | `api/entry/:id` | [/api/entry/1][7] | | bir entry'i getirir |
| page | get | `api/user/:nick/:choice/:page?` | [/api/user/ssg/entries][8] | [/api/user/ssg/most-liked/2][9] | bir suserin entry sayfalarini getirir |
| debe | get | `api/index/debe` | [/api/index/debe][10] | | debe'yi getirir |
| user | get | `api/user/:nick` | [/api/user/ssg][11] | | bir suser'ı getirir |
| search | get | `api/index/search/:query/:page?` | [/api/index/search/pena][12] | [/api/index/search/boston celtics/4][13] | arama sonucu |
| autoComplete | get | `api/index/autocomplete/:query` | [/api/index/autocomplete/pena][14] | | otomatik tamamlama |
| allChannels | get | `api/index/channels` | [/api/index/channels][15] | | kanal kategorileri |
| images | get | `api/user/:nick/images` | [/api/user/ssg/images][16] | | bir suserin gorsellerini getirir |
[][99]
[1]: /api/topic/list/channel/haber
[2]: /api/topic/list/channel/müzik/2
[3]: /api/topic/list/gundem
[4]: /api/topic/basiboslar/3
[5]: /api/topic/pena
[6]: /api/topic/gap%20year/2
[7]: /api/entry/1
[8]: /api/user/ssg/entries
[9]: /api/user/ssg/most-liked/2
[10]: /api/index/debe
[11]: /api/user/ssg
[12]: /api/index/search/pena
[13]: /api/index/search/boston%20celtics/4
[14]: /api/index/autocomplete/pena
[15]: /api/index/channels
[16]: /api/user/ssg/images
[99]: https://github.com/otuva/eksisozluk-api
---