掲示板 Forums - Interested in working with a renshuu API?
Top > renshuu.org > Developer corner
Page: 13 of 13
Getting the posts
Page: 13 of 13
Top > renshuu.org > Developer corner
Got the filtering handled.
Regarding your studypad, do you mind if I access your api endpoint to test that?
Got the filtering handled.
Regarding your studypad, do you mind if I access your api endpoint to test that?
I don't mind, please do.
New issue: server returns 500 when asking for /v1/schedule/{id}/list?pg=1&group=review_today and I already fully studied that schedule today.
Edit: it's broken for any group, not just review_today.
The 500 issue should be fixed (well, at least, I isolated the issue, patched it, and no more errors have come up since then).
Now the response looks like this: { "schedules": [] }
It doesn't seem to matter what group is queried. I'd expect to get the schedule back and a list of terms that may or may not be empty.
Hi, I have a question about the GET /word/search endpoint.
Is there currently any way to search for multiple words in a single API call?
Something like: GET /v1/word/search?values=猫,犬,学校
or an equivalent batch request.
If this isn’t currently supported, is batch searching something that may be considered for a future API update?