Skip to Content
✨ v3.0.13 ODude
DocumentationAPI ReferencesOverview

API Overview

Welcome to the Odude API documentation. Our APIs provide 3rd-party developers with the tools to integrate Odude profile data and identity verification into their own applications.

Whether you’re building a social platform, a portfolio site, or an authentication service, our structured APIs make it seamless to access and verify Odude user information.

Available APIs

We currently offer two primary API endpoints for developers:

1. Profile Public API

The Profile Public API allows you to retrieve comprehensive public data for any Odude ID. This includes display names, avatars, social links, cryptocurrency addresses, and custom featured links.

  • Best for: Displaying user profiles, building directories, and integrating social metadata.
  • Response: Structured JSON containing attributes and records.
  • Documentation: View Profile Public API Details

2. Owner Check API

The Owner Check API is designed for identity verification. It allows your application to programmatically verify if a specific email address is the verified owner or creator of an Odude name.

  • Best for: “Sign In with Odude” implementations, ownership verification, and secure integrations.
  • Response: Boolean verification status (hasCreated).
  • Documentation: View Owner Check API Details

Getting Started

To begin using the Odude APIs, you can start making requests directly to our endpoints. All responses are returned in JSON format.

Base URL

All API requests should be made to: https://name.odude.com/api

Content Type

The API returns data in application/json format. Please ensure your application is configured to handle JSON responses.

Professional Use Cases

  • Web3 Integrations: Fetch verified cryptocurrency addresses for smooth tipping or transaction flows.
  • Cross-Platform Portfolios: Pull “Featured Links” and “Notes” to display a unified social presence.
  • Community Verification: Use the Owner Check API to grant special permissions in Discord servers or private forums based on Odude ownership.

Support & Integration

If you have questions regarding rate limits, specific data fields, or enterprise-grade integration requirements, please reach out to our Developer Support Team.

Last updated on