1
3
Fork
You've already forked zitate
1
Eine voting seite für falsch zugeordnete Zitate https://zitate.prapsschnalinen.de
  • Python 64.9%
  • HTML 33%
  • CSS 2.1%
Find a file
2026年03月03日 19:37:25 +01:00
static/assets make card thinner, so it's easier to read 2021年03月06日 12:48:48 +01:00
templates ensure count of quotes is correct 2026年01月11日 17:27:27 +01:00
.gitignore add __pycache__ to .gitignore 2026年01月11日 15:00:00 +00:00
addquotes.py add search parameter to /wrongquotes 2021年02月26日 14:08:36 +01:00
api.py Merge pull request 'fix filtering of search and min_score' ( #19 ) from Joshix/falsch-zugeordnete-zitate:fix into master 2026年03月03日 19:37:25 +01:00
check.py changes 2022年08月27日 16:52:58 +02:00
db.py create select_all_foreign_keys_resolved method 2026年01月11日 16:12:50 +01:00
dbmigration.py add witzig/nichtwitzig questions and score limit for a/b question. 2022年08月27日 16:44:05 +02:00
filter_authors.py add witzig/nichtwitzig questions and score limit for a/b question. 2022年08月27日 16:44:05 +02:00
init_important_files.py add python file to generate important files (to allow easy dev setup) 2021年04月30日 21:27:36 +02:00
README.md update api documentation 2026年02月27日 15:33:50 +01:00
requirements.txt add requirements.txt 2026年01月11日 00:35:54 +01:00
webvoting.py try to improve performance of top pages 2026年01月11日 17:27:47 +01:00

Falschzugeordnete Zitate

https://zitate.prapsschnalinen.de

API

api/wrongquotes

Methode URI Parameter Beschreibung
GET /api/wrongquotes quote(id), author(id), simulate, no_text, sort[author, -author, quote, -quote, score, -score, random], search, count, min_score Falschzugeordnete Zitate bekommen
POST /api/wrongquotes quote(id), author(id) Ein neues Falschzugeordnetes Zitat erstellen
GET /api/wrongquotes/[id] Ein falschzugeordnetes Zitat bekommen
POST /api/wrongquotes/[id] vote Ein falschzugeordnetes Zitat bewerten
GET /api/wrongquotes/count Anzahl der falschzugeordneten Zitate bekommen
GET /api/wrongquotes/random min_rating, count Zufällige falschzugeordnete Zitate bekommen

api/quotes

Methode URI Parameter Beschreibung
GET /api/quotes author(id) Zitate bekommen
POST /api/quotes quote, author(id) Zitat erstellen
GET /api/quotes/[id] Ein Zitat bekoommen
GET /api/quotes/count Anzahl der Zitate bekommen

api/authors

Methode URI Parameter Beschreibung
GET /api/authors Alle Autoren bekommen
POST /api/authors author Autor erstellen
GET /api/authors/[id] Einen Autor bekommen
GET /api/authors/count Anzahl der Autoren bekommen