Developer Documentation

Everything you need to integrate WhatsYour.Info into your applications. From simple profile lookups to full SSO implementation.

Quick Start Guide

Get up and running in minutes

1

Create Your Account

Sign up for a free What'sYour.Info account and create your profile

curl -X POST https://whatsyour.info/api/auth/register
2

Get Your API Key

Visit your developer dashboard to generate API keys for your applications

const apiKey = "wyi_live_1234567890abcdef";
3

Make Your First Call

Fetch public profile data using our REST API

fetch("https://whatsyour.info/api/public/profile/username")

API Reference

Complete REST API documentation

Core Endpoints

Base URL: https://whatsyour.info

MethodEndpointDescriptionAuth
GET/api/v1/profile/{username}Get public profile informationNone
GET/api/v1/avatars/{username}Get user avatar imageNone
POST/api/v1/auth/loginExchange an API Key for a short-lived JWTAPI Key
GET/api/v1/meGet authenticated user dataBearer Token
PUT/api/v1/meUpdate user profileBearer Token
GET/oauth/authorizeInitiate the OAuth 2.0 authorization flow for a user.None
POST/api/v1/oauth/tokenExchange an authorization code or refresh token for an access token.None

Official SDKs

First-class libraries for your favorite languages

JavaScript

Official JavaScript/Node.js SDK with full TypeScript support

npm install @whatsyour/info-js

Python

Python SDK for easy integration with Django and Flask apps

pip install whatsyour-info

PHP

PHP SDK for Laravel, Symfony, and vanilla PHP projects

composer require whatsyour/info-php

Go

Go SDK for high-performance applications

go get github.com/whatsyour/info-go

Platform Features

Built for developers, designed for scale

Enterprise Security

OAuth 2.0, JWT tokens, rate limiting, and enterprise-grade security features built-in.

High Performance

Redis caching, CDN distribution, and optimized queries for sub-100ms response times.

Global Scale

Edge locations worldwide, 99.9% uptime SLA, and automatic scaling for any load.

Ready to build something amazing?

Get your API key and start integrating in minutes