Skip to content

Lobby-Hoes/hobbylos_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hobbylos search engine

Die neue Hobbylos Suche.

Was ist neu?

- 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

API:

GET Request

URL: https://api.hobbylos.online/
word = str (gesuchtes wort / satz)
offset = int (response offset)(optional)
limit = int (response limit)(optional)

Response

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)
]

About

Die Hobbylos Suche - search.hobbylos.online

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages