Lets take an example:
https://kagstats.com/api/kills/1/ returns 404, but
https://kagstats.com/api/kills/1 return 500
Swagger suggests to use second option: https://kagstats.com/api/swagger/index.html#/Kills/get_kills__id_
Also it seems like this endpoint does not work at all, since pasting any id from https://kagstats.com/api/kills to request with both trailing slash and without it give me 404
Lets take an example:
https://kagstats.com/api/kills/1/ returns 404, but
https://kagstats.com/api/kills/1 return 500
Swagger suggests to use second option: https://kagstats.com/api/swagger/index.html#/Kills/get_kills__id_
Also it seems like this endpoint does not work at all, since pasting any id from https://kagstats.com/api/kills to request with both trailing slash and without it give me 404