PokéAPI
The PokéAPI is primarly used as a tutorial and educational resource, as it requires zero dependencies. Learn how Airbyte and this connector works with these tutorials:
- Airbyte Quickstart: An Introduction to Deploying and Syncing
- Airbyte CDK Speedrun: A Quick Primer on Building Source Connectors
- How to Build ETL Sources in Under 30 Minutes: A Video Tutorial
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental - Append Sync | No |
Replicate Incremental Deletes | No |
SSL connection | No |
Namespaces | No |
This source uses the fully open PokéAPI to serve and retrieve information about Pokémon. This connector should be primarily used for educational purposes or for getting a trial source up and running without needing any dependencies. As this API is fully open and is not rate-limited, no authentication or rate-limiting is performed, so you can use this connector right out of the box without any further configuration.
Currently, only one output stream is available from this source, which is the Pokémon output stream. This schema is defined here.
According to the API's fair use policy, please make sure to cache resources retrieved from the PokéAPI wherever possible. That said, the PokéAPI does not perform rate limiting.
The PokéAPI uses the same JSONSchema types that Airbyte uses internally (string
, date-time
, object
, array
, boolean
, integer
, and number
), so no type conversions happen as part of this source.
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.3.2 | 2024-10-29 | 47927 | Update dependencies |
0.3.1 | 2024-10-28 | 47461 | Update dependencies |
0.3.0 | 2024-08-26 | 44791 | Refactor connector to manifest-only format |
0.2.15 | 2024-08-24 | 44749 | Update dependencies |
0.2.14 | 2024-08-17 | 44348 | Update dependencies |
0.2.13 | 2024-08-12 | 43760 | Update dependencies |
0.2.12 | 2024-08-10 | 43576 | Update dependencies |
0.2.11 | 2024-08-03 | 43262 | Update dependencies |
0.2.10 | 2024-07-27 | 42738 | Update dependencies |
0.2.9 | 2024-07-20 | 42180 | Update dependencies |
0.2.8 | 2024-07-13 | 41762 | Update dependencies |
0.2.7 | 2024-07-10 | 41446 | Update dependencies |
0.2.6 | 2024-07-09 | 41131 | Update dependencies |
0.2.5 | 2024-07-06 | 40938 | Update dependencies |
0.2.4 | 2024-06-25 | 40405 | Update dependencies |
0.2.3 | 2024-06-22 | 40037 | Update dependencies |
0.2.2 | 2024-06-04 | 39048 | [autopull] Upgrade base image to v1.2.1 |
0.2.1 | 2024-05-30 | 38136 | Make connector compatable with builder |
0.2.0 | 2023-10-02 | 30969 | Migrated to Low code |
0.1.5 | 2022-05-18 | 12942 | Fix example inputs |
0.1.4 | 2021-12-07 | 8582 | Update connector fields title/description |
0.1.3 | 2021-12-03 | 8432 | Migrate from base_python to CDK, add SAT tests. |
0.1.1 | 2020-06-29 | 1046 | Fix runtime UI error from GitHub store path. |
0.1.0 | 2020-05-04 | 1046 | Add source for PokeAPI. |