GET api/PokemonFamilyFr/{id}

Return the pokemon and it's next and previous Evolution

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

List of Pokemon

Collection of Pokemon
NameDescriptionTypeAdditional information
id

Id of the Pokemon

integer

None.

number

Number of the Pokemon

string

None.

name

Name of the Pokemon

string

None.

classification

Description of the Pokemon

string

None.

types

Types of the Pokemon

Collection of string

None.

resistant

Resistant of the Pokemon

Collection of string

None.

weaknesses

Weaknesses of the Pokemon

Collection of string

None.

fastAttacks

List of FastAttacks of the Pokemon

Collection of FastAttack

None.

specialAttacks

List of SpecialAttacks of the Pokemon

Collection of SpecialAttack

None.

weight

Weight of the Pokemon

Weight

None.

height

Height of the Pokemon

Height

None.

fleeRate

Flee Rate of the Pokemon

decimal number

None.

nextEvolutionRequirements

Next Evolution Requirements

NextEvolutionRequirements

None.

nextEvolutions

List of Next Evolution of the Pokemon

Collection of NextEvolution

None.

previousEvolutions

List of Previous Evolution of the Pokemon

Collection of PreviousEvolution

None.

maxCP

Max CP of the Pokemon

integer

None.

maxHP

Max HP of the Pokemon

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfPokemon xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PokeList_WebApi.Models">
  <Pokemon>
    <classification>sample string 3</classification>
    <fastAttacks>
      <FastAttack>
        <damage>3</damage>
        <name>sample string 1</name>
        <type>sample string 2</type>
      </FastAttack>
      <FastAttack>
        <damage>3</damage>
        <name>sample string 1</name>
        <type>sample string 2</type>
      </FastAttack>
    </fastAttacks>
    <fleeRate>4.1</fleeRate>
    <height>
      <maximum>sample string 2</maximum>
      <minimum>sample string 1</minimum>
    </height>
    <maxCP>5</maxCP>
    <maxHP>6</maxHP>
    <name>sample string 2</name>
    <nextEvolutionRequirements>
      <amount>1</amount>
      <name>sample string 2</name>
    </nextEvolutionRequirements>
    <nextEvolutions>
      <NextEvolution>
        <name>sample string 2</name>
        <number>1</number>
      </NextEvolution>
      <NextEvolution>
        <name>sample string 2</name>
        <number>1</number>
      </NextEvolution>
    </nextEvolutions>
    <number>sample string 1</number>
    <previousEvolutions>
      <PreviousEvolution>
        <name>sample string 2</name>
        <number>1</number>
      </PreviousEvolution>
      <PreviousEvolution>
        <name>sample string 2</name>
        <number>1</number>
      </PreviousEvolution>
    </previousEvolutions>
    <resistant xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </resistant>
    <specialAttacks>
      <SpecialAttack>
        <damage>3</damage>
        <name>sample string 1</name>
        <type>sample string 2</type>
      </SpecialAttack>
      <SpecialAttack>
        <damage>3</damage>
        <name>sample string 1</name>
        <type>sample string 2</type>
      </SpecialAttack>
    </specialAttacks>
    <types xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </types>
    <weaknesses xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </weaknesses>
    <weight>
      <maximum>sample string 2</maximum>
      <minimum>sample string 1</minimum>
    </weight>
  </Pokemon>
  <Pokemon>
    <classification>sample string 3</classification>
    <fastAttacks>
      <FastAttack>
        <damage>3</damage>
        <name>sample string 1</name>
        <type>sample string 2</type>
      </FastAttack>
      <FastAttack>
        <damage>3</damage>
        <name>sample string 1</name>
        <type>sample string 2</type>
      </FastAttack>
    </fastAttacks>
    <fleeRate>4.1</fleeRate>
    <height>
      <maximum>sample string 2</maximum>
      <minimum>sample string 1</minimum>
    </height>
    <maxCP>5</maxCP>
    <maxHP>6</maxHP>
    <name>sample string 2</name>
    <nextEvolutionRequirements>
      <amount>1</amount>
      <name>sample string 2</name>
    </nextEvolutionRequirements>
    <nextEvolutions>
      <NextEvolution>
        <name>sample string 2</name>
        <number>1</number>
      </NextEvolution>
      <NextEvolution>
        <name>sample string 2</name>
        <number>1</number>
      </NextEvolution>
    </nextEvolutions>
    <number>sample string 1</number>
    <previousEvolutions>
      <PreviousEvolution>
        <name>sample string 2</name>
        <number>1</number>
      </PreviousEvolution>
      <PreviousEvolution>
        <name>sample string 2</name>
        <number>1</number>
      </PreviousEvolution>
    </previousEvolutions>
    <resistant xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </resistant>
    <specialAttacks>
      <SpecialAttack>
        <damage>3</damage>
        <name>sample string 1</name>
        <type>sample string 2</type>
      </SpecialAttack>
      <SpecialAttack>
        <damage>3</damage>
        <name>sample string 1</name>
        <type>sample string 2</type>
      </SpecialAttack>
    </specialAttacks>
    <types xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </types>
    <weaknesses xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </weaknesses>
    <weight>
      <maximum>sample string 2</maximum>
      <minimum>sample string 1</minimum>
    </weight>
  </Pokemon>
</ArrayOfPokemon>