Skip to content

Commit c5ea4a1

Browse files
authored
Merge branch 'master' into Add-previous-abilities
2 parents a301ca4 + 5816a93 commit c5ea4a1

24 files changed

+300
-32
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
*build/*
55
*.DS_STORE
66
db.*
7-
venv*
7+
*venv*
88
node_modules
99
.vscode
1010
*.env
1111
Resources/nginx/ssl/*
1212
!Resources/nginx/ssl/*.sample.*
13-
.idea*
13+
.idea*

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) © 2013–2021 Paul Hallett and PokéAPI contributors (https://github.com/PokeAPI/pokeapi#contributing). Pokémon and Pokémon character names are trademarks of Nintendo.
1+
Copyright (c) © 2013–2023 Paul Hallett and PokéAPI contributors (https://github.com/PokeAPI/pokeapi#contributing). Pokémon and Pokémon character names are trademarks of Nintendo.
22

33
All rights reserved.
44

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,8 @@ A RESTful API for Pokémon - [pokeapi.co](https://pokeapi.co)
4545

4646
### Database setup
4747

48-
Start the Django shell by
49-
5048
```sh
51-
python manage.py shell --settings=config.local
52-
```
53-
54-
Run the build script with
55-
56-
```py
57-
from data.v2.build import build_all
58-
build_all()
49+
make build-db
5950
```
6051

6152
Visit [localhost:80/api/v2/](localhost:80/api/v2/) to see the running API!
@@ -156,7 +147,7 @@ This k8s setup creates all k8s resources inside the _Namespace_ `pokeapi`, run `
156147

157148
## Donations
158149

159-
Help to keep PokéAPI running! If you're using PokéAPI as a teaching resource or for a project, consider sending us a $10 donation to help keep the service up. We get 60 million requests a month!
150+
Help to keep PokéAPI running! If you're using PokéAPI as a teaching resource or for a project, consider sending us a $10 donation to help keep the service up. We get 330 million requests a month!
160151
161152
Thank you to all our backers! [Become a backer](https://opencollective.com/pokeapi#backer)
162153

data/v2/csv/evolution_chains.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,3 +527,5 @@ id,baby_trigger_item_id
527527
534,
528528
535,
529529
536,
530+
537,
531+
538,

data/v2/csv/move_names.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8519,10 +8519,10 @@ move_id,local_language_id,name
85198519
891,4,悔念剑
85208520
891,9,Bitter Blade
85218521
891,11,むねんのつるぎ
8522-
892,1,てんこうそうげき
8522+
892,1,でんこうそうげき
85238523
892,4,电光双击
85248524
892,9,Double Shock
8525-
892,11,てんこうそうげき
8525+
892,11,でんこうそうげき
85268526
893,1,デカハンマー
85278527
893,4,巨力锤
85288528
893,9,Gigaton Hammer

data/v2/csv/moves.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,8 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
899899
898,noxious-torque,9,4,100,10,100,0,10,2,,,,,
900900
899,combat-torque,9,2,100,10,100,0,10,2,,,,,
901901
900,magical-torque,9,18,100,10,100,0,10,2,,,,,
902+
901,hydro-steam,9,11,80,15,100,0,10,3,,,,,
903+
902,psyblade,9,14,80,15,100,0,10,2,,,,,
902904
10001,shadow-rush,3,10002,55,,100,0,10,2,10001,,,,
903905
10002,shadow-blast,3,10002,80,,100,0,10,2,44,,,,
904906
10003,shadow-blitz,3,10002,40,,100,0,10,2,1,,,,

data/v2/csv/pokedex_version_groups.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ pokedex_id,version_group_id
3131
29,20
3232
30,24
3333
31,25
34+
32,26
35+
33,27

data/v2/csv/pokedexes.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,5 @@ id,region_id,identifier,is_main_series
2929
29,8,crown-tundra,1
3030
30,9,hisui,1
3131
31,10,paldea,1
32+
32,10,teal-mask,1
33+
33,10,indigo-disk,1

data/v2/csv/pokemon.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,6 +1007,8 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
10071007
1006,iron-valiant,1006,14,350,,993,1
10081008
1007,koraidon,1007,25,3030,,998,1
10091009
1008,miraidon,1008,35,2400,,999,1
1010+
1009,walking-wake,1009,35,2800,,1093,1
1011+
1010,iron-leaves,1010,15,1250,,1094,1
10101012
10001,deoxys-attack,386,17,608,270,515,0
10111013
10002,deoxys-defense,386,17,608,270,516,0
10121014
10003,deoxys-speed,386,17,608,270,517,0

data/v2/csv/pokemon_abilities.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2407,6 +2407,10 @@ pokemon_id,ability_id,is_hidden,slot
24072407
1007,288,1,3
24082408
1008,289,0,1
24092409
1008,289,1,3
2410+
1009,281,0,1
2411+
1009,281,1,3
2412+
1010,282,0,1
2413+
1010,282,1,3
24102414
10001,46,0,1
24112415
10002,46,0,1
24122416
10003,46,0,1

0 commit comments

Comments
 (0)