Skip to main content

PokéAPI

Tutorials

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:

Features

FeatureSupported?
Full Refresh SyncYes
Incremental - Append SyncNo
Replicate Incremental DeletesNo
SSL connectionNo
NamespacesNo

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.

Output Schema

Currently, only one output stream is available from this source, which is the Pokémon output stream. This schema is defined here.

Rate Limiting & Performance Considerations (Airbyte Open Source)

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.

Data Type Mapping

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.

Reference

Config fields reference

Field
Type
Property name
string
pokemon_name

Changelog

VersionDatePull RequestSubject
0.2.02023-10-0230969Migrated to Low code
0.1.52022-05-1812942Fix example inputs
0.1.42021-12-078582Update connector fields title/description
0.1.32021-12-038432Migrate from base_python to CDK, add SAT tests.
0.1.12020-06-291046Fix runtime UI error from GitHub store path.
0.1.02020-05-041046Add source for PokeAPI.