KuriAPI

Unofficial API for Kurkin - Nano Island Story, developed by MediaKite and published by Nintendo. All assets, including data and images are owned by MediaKite and Nintendo.

Kin 2

Handles all queries relating to Kin.

Description

Summary

Returns Kins in an array[] format, used for retrieving mulltiple Kins.

Queries

  • sort: name, slug, or id
  • order: desc or asc
  • lang: en or jp
  • limit: any number
  • offset: any number
  • search: any string



Description

Summary

Returns a single Kin as an object{} from database, using either the slug or the id as the parameter.

Queries

  • lang: en or jp



Abilities 2

Handles all queries relating to abilities that are tied to Kins.

Description

Summary

Returns all abilities in an array[] format, used for retrieving mulltiple abilities.

Queries

  • sort: name, slug, or id
  • order: desc or asc
  • lang: en or jp
  • limit: any number
  • offset: any number
  • search: any string



Description

Summary

Returns a single abiility as an object{} from database, using either the slug or the id as the parameter.

Queries

  • lang: en or jp