The PokéAPI source currently supports only Full Refresh syncs.
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.
Currently, only one output stream is available from this source, which is the Pokémon output stream. This schema is defined here.
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.
Feature | Supported? |
---|---|
Full Refresh Sync | Yes |
Incremental - Append Sync | No |
Replicate Incremental Deletes | No |
SSL connection | No |
Namespaces | No |
According to the API's fair use policy, please make sure to cache resources retrieved from the PokéAPI wherever possible.
- 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.