掲示板 Forums - Interested in working with a renshuu API?
Top > renshuu.org > Developer corner
Page: 8 of 8
Getting the posts
Page: 8 of 8
Top > renshuu.org > Developer corner
MAJOR Change:
Later today (as soon as I update it), the API page will now list two keys: a read-only and a read/write key. All already-existing keys will be read/write.
For documentation on 3rd party tools, please advise that the user use read-only keys when the tool does not provide any write functionality. This'll help increase trust in the tool :)
Is it possible to get a route that returns
the top mnemonic for a kanji, or the picture generated by renshuu for it? The image I'm referring to is attached.
No plans for that at the moment, but possible in the future.
was the api page moved or removed? I don't have it anymore in the settings
Is it possible to get a route that returns
the top mnemonic for a kanji, or the picture generated by renshuu for it? The image I'm referring to is attached.
I haven't checked but aren't there mnemonic pictures http://renshuu.org/some/static/path/.png?
So you can probably build that URL yourself.
Is it possible to get a route that returns
the top mnemonic for a kanji, or the picture generated by renshuu for it? The image I'm referring to is attached.
I haven't checked but aren't there mnemonic pictures https://new.renshuu.org/some/static/path/.png?
So you can probably build that URL yourself.
That's a good idea, I'll see what I can come up with this weekend.
was the api page moved or removed? I don't have it anymore in the settings
It was removed from there, but there is a dedicated page under Tools in the menu.
was the api page moved or removed? I don't have it anymore in the settings
It was removed from there, but there is a dedicated page under Tools in the menu.
thank you, I couldn't find it ah
I've prepared an update for the widget to be able to resize it and change colors, I will update the api key retrieval instruction and release a new version!
why does /list/all/kanji return all Term twice? what am I doing wrong?
/list/all/kanji
I would also like to know how to get “total_pg” and “per_pg” in the response. The documentation has it, but they are not in the response
There is no good reason to support pagination in the API, imo.
Ah, should be fixed.
I've got responses with thousands of results - not sure how I could return anything without pagination in here.
I think there's something wrong with newly created API keys.
It gives a "Invalid API Key / API Key not present." error for both keys even when trying it in the swagger UI.
Can you DM me and send me the first and last three characters of the keys you are trying, so I can make sure that some weird truncation error is not occurring?
The keys that didn't work when I wrote the last message seemed to be working now. When I generate new ones, I get the error again. Maybe some caching issue?
Thanks to イクト's help, I was able to resolve the issue that was appearing with the odd-length strings.