Gelbooru

Notice: We are now selling NEW Gelbooru Merch~! Domestic shipping is free on all orders! Do you have an artist tag on Gelbooru? Let us know so we can properly credit you!

Ticket Information - ID: #850


ID:Category:SeverityReproducibilityDate SubmittedUpdated By:
0000850Bug Reportingnormalalways09/01/16 10:05PMRapidStrike
ReporterRapidStrike
Assigned to:geltas
Resolution:Resolved
View StatusPublic
Version:
Target Version:N/A
Summary:Gelbooru API: Offset is not working.
Description:Adding the offset parameter does not change the offset of the results.

Example:
http://gelbooru.com/index.php?page=dapi&s=post&q=index&tags=giantess&offset=5

Returns:
<posts count="4118" offset="0">
...
Additional Info:
Jerl replied at 2016-09-02 12:50:46
The correct way to specify the offset is "pid". Your request should look like this:
http://gelbooru.com/index.php?page=dapi&s=post&q=index&tags=giantess&pid=5

http://gelbooru.com/index.php?page=help&topic=dapi

RapidStrike replied at 2016-09-02 15:36:23
That was my mistake; I skipped over the pid parameter while looking at the docs. I don't know how that happened.

My issue has been resolved. Please close the issue.