Changelog
DATE
CHANGE
Documentation
GET DIGIMON
Endpoint: digi-api.com/api/v1/digimon/{id} or {name}
This will return a digimon and all its information.
id
Digimon unique id
name
Digimon's name
Query Parameters:
GET DIGIMON LIST
Endpoint: digi-api.com/api/v1/digimon
This will return a paged list of digimons in this API.
name
Returns a list of digimons that have a similar name to the value
exact
Will search for the exact string passed in the 'name' parameter
attribute
Returns a list of digimons with the attribute equal to value (Case Insensitive)
xAntibody
Returns a list of digimons with the xAntibody equal to value (boolean)
level
Returns a list of digimons with the level equal to value (Case Insensitive)
page
Used to navigate to a specific page
pageSize
Changes the quantity of rows returned for each page
Query Parameters:
GET ATTRIBUTE
Endpoint: digi-api.com/api/v1/attribute/{id} or {name}
This will return a attribute and all its information.
id
Attribute unique id
name
Attribute's name
Query Parameters:
GET ATTRIBUTE LIST
Endpoint: digi-api.com/api/v1/attribute
This will return a paged list of atributes in this API.
page
Used to navigate to a specific page
name
Returns a list of attributes that have a similar name to the value
Query Parameters:
GET FIELD
Endpoint: digi-api.com/api/v1/field/{id} or {name}
This will return a field and all its information.
id
Field unique id
name
Field's name
Query Parameters:
GET FIELD LIST
Endpoint: digi-api.com/api/v1/field
This will return a paged list of fields in this API.
page
Used to navigate to a specific page
name
Returns a list of fields that have a similar name to the value
Query Parameters:
GET LEVEL
Endpoint: digi-api.com/api/v1/level
This will return a levels and all its information.
id
Level unique id
name
Level's name
Query Parameters:
GET LEVEL LIST
Endpoint: digi-api.com/api/v1/level/{id} or {name}
This will return a paged list of levels in this API.
page
Used to navigate to a specific page
name
Returns a list of levels that have a similar name to the value
Query Parameters:
GET TYPE
Endpoint: digi-api.com/api/v1/type
This will return a types and all its information.
id
Type unique id
name
Type's name
Query Parameters:
GET TYPE LIST
Endpoint: digi-api.com/api/v1/type/{id} or {name}
This will return a paged list of types in this API.
page
Used to navigate to a specific page
name
Returns a list of types that have a similar name to the value
Query Parameters:
GET SKILL
Endpoint: digi-api.com/api/v1/skill
This will return a skills and all its information.
id
Skill unique id
name
Skill's name
Query Parameters:
GET SKILL LIST
Endpoint: digi-api.com/api/v1/skill/{id} or {name}
This will return a paged list of skills in this API.
page
Used to navigate to a specific page
name
Returns a list of skills that have a similar name to the value
Query Parameters:
About
DAPI is an free Digimon API, it uses data from oficial and fan based sources (mainly Wikimon.net). DAPI is not affiliated with nor claims ownership to material produced by Bandai.