Update README to fix outdated API docs

This commit is contained in:
Marian Steinbach 2019-07-07 10:25:36 +02:00 committed by GitHub
parent 6bf6957df7
commit 8c6ecfc96d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,23 +18,30 @@ Gibt den Zeitpunkt der letzten Aktualisierung der Spider-Ergebnisse zurück.
} }
``` ```
### `GET /api/v1/spider-results/compact/` ### `GET /api/v1/spider-results/table/`
Gibt die kompakte Liste aller Sites aus. Diese enthält nur die Details, die für eine Übersicht benötigt werden. Gibt Ergebnisse für alle Sites in einem tabellenfreundlichen Format aus.
```json ```json
[ [
{ {
"input_url": "https://www.gruenekoeln.de/bezirke/bezirk7.html", "input_url": "http://die-gruenen-burscheid.de/",
"created": "2018-10-31T01:21:03.361931+00:00", "created": "2019-07-05T17:42:00.884759+00:00",
"meta": { "score": 12.5,
"level": "DE:ORTSVERBAND", "meta.type": "REGIONAL_CHAPTER",
"state": "Nordrhein-Westfalen", "meta.city": "Burscheid",
"type": "REGIONAL_CHAPTER", "meta.district": "Rheinisch-Bergischer Kreis",
"city": "Köln-Porz/Poll", "meta.level": "DE:ORTSVERBAND",
"district": "Köln" "meta.state": "Nordrhein-Westfalen",
}, "rating.FEEDS.value": true,
"score": 11.5 "rating.FEEDS.score": 1,
"rating.HTTP_RESPONSE_DURATION.score": 0.5,
"rating.HTTP_RESPONSE_DURATION.value": 425,
...
"rating.SITE_REACHABLE.value": true,
"rating.SITE_REACHABLE.score": 1,
"generator": "wordpress-urwahl",
"resulting_urls": "http://die-gruenen-burscheid.de/"
}, },
... ...
] ]