blob: e65f0b40771e233f7760bb818688893c7496a3d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Voice Actor Endpoints
=====================
:ref:`routingtable`
Endpoints
---------
.. http:get:: /api/v1/va/(int:va_id)
Returns a dictionary with info of a voice actor of given ID.
.. http:get:: /api/v1/va/character/(int:chara_id)
Returns a list of voice actor IDs for a given character ID.
.. http:get:: /api/v1/va/socials/(int:va_id)
Returns a list of socials for a voice actor of given ID.
|