Lobby-Hoes/hobbylos_search
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
- Design
Komplett neues, modernes Design mit Dark/Light Mode.
- Backend
Das Backend setzt auf einen Indexsuchansatz (ähnlich wie Google und Co).
Vorteile:
- wesentlich schneller
- genauer
- Sortierung nach Relevanz
- Suche nach Sätzen besser möglich
- Folgen-Filter
URL: https://api.hobbylos.online/
word = str (gesuchtes wort / satz)
offset = int (response offset)(optional)
limit = int (response limit)(optional) b = int (current limit)(optional)
v = int (current offset)(optional)
count_all = str "... wurde ... Mal in Hobbylos gefunden."
next = str (next api request)(optional)
previous = str (previous api request)(optional)
search = array [
... L = float (Relevanz-Score),
... f = str (Spotify Episoden id),
... n = str (Name der Hobbylos Episode),
... s = int (Delay des Wortes/Satzes in der Episode),
... text = str (Text mit dem Wort/Satz drin)
]