Welcome to the WikiProfiles Developer Hub. This page provides resources for software engineers, data scientists, and researchers who want to interact with our platform programmatically.
API Documentation
Our RESTful API allows developers to programmatically retrieve biography data, search for articles, and access recent changes. The API is designed to be fast, reliable, and easy to integrate into your applications.
Base URL: https://api.wikiprofiles.example.com/v1/
Common Endpoints
GET /page/{slug}- Retrieve the full structured data for a specific biography.GET /search?q={query}- Search for profiles matching a specific query string.GET /random- Fetch a random biography from the database.
Data Dumps
We provide periodic SQL and JSON dumps of our entire public database for researchers and mirror sites. These dumps are licensed under the Creative Commons Attribution-ShareAlike 4.0 License. Please note that user account data and private IP logs are strictly excluded from these dumps.
Open Source Contributions
The core software powering WikiProfiles is open-source. We welcome contributions from the community, whether it's fixing a bug in the PHP backend, optimizing our CSS grid layout, or improving our AI generation prompts.
Visit our GitHub repository to review our contribution guidelines, browse open issues, and submit a pull request.