SDKs

Every parseAPI lookup in your language.

Install

npm install @parseapi/sdk

import { parseAPI } from '@parseapi/sdk';

const parse = parseAPI('YOUR_API_KEY');
const country = await parse.country('US');

Facts

In a mobile app

Swift and Kotlin are built for app keys. The key ships in your binary and only works for requests that carry your own bundle ID or package name, which both SDKs send for you. Lookups work from the phone. /carrier, /hlr, and email verify answer 403. Call those from your server with a secret key.

Links

Updated August 30, 2026.