Hey there.
First of all i want to apologize for my not so well english :(
Okay here are my questions.
If i make a request like:
http://danbooru.donmai.us/posts.json?tags=swimsuit&limit=100&page=5
http://danbooru.donmai.us/posts.json?tags=swimsuit&limit=100&page=4
once i list up 100 posts from page 5 and once 100 posts from page 4?
but there are never 100posts per page?
How does it count? I could not figure it out ;(
Than i would like to make a request like that with wget (im using Linux)
like:
--------
user@ubustation-01:~/Desktop/$ wget http://danbooru.donmai.us/posts.json?login=Tyc0rc&api_key=abcdefghijklmnopqrstuvwxyz&tags=swimsuit&limit=10&page=2
[1] 14640
[2] 14641
[3] 14642
[4] 14643
[2] Fertig api_key=abcdefghijklmnopqrstuvwxyz
[3]- Fertig tags=swimsuit
user@ubustation-01:~/Desktop/tt$ --2013-06-02 17:29:55-- http://danbooru.donmai.us/posts.json?login=Tyc0rc
Auflösen des Hostnamen »danbooru.donmai.us (danbooru.donmai.us)«... 67.202.114.134, 67.202.114.133
Verbindungsaufbau zu danbooru.donmai.us (danbooru.donmai.us)|67.202.114.134|:80... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 403 Forbidden
2013-06-02 17:29:55 FEHLER 403: Forbidden.
-------
So i always got a 403 answer?
what im doing wrong?
very thanks for helping me ;)