/api/profileProfessional Profile Endpoint
Structured profile data for tools that need identity, contact paths, projects, experience, skills, and API discovery metadata in one response.
Usage Example
curl https://suleman.me/api/profileResponse Schema
meta- API version, generated timestamp, source, and cache policy.
identity- Name, professional title, location, and positioning summary.
contact- Email, website, GitHub, LinkedIn, and resume links.
projects- Machine-readable project and case-study entries.
experience- Company, role, period, URL, and evidence-backed highlights.
skills- Featured skills and grouped skill categories.
api- Endpoint discovery metadata and OpenAPI link.
Example Response
{
"identity": {
"name": "Suleman Tariq",
"title": "Senior Software Engineer and Tech Lead"
},
"contact": {
"email": "suleman1220@gmail.com",
"resume": "https://suleman.me/Resume.pdf"
},
"api": {
"openapi": "https://suleman.me/api/openapi.json"
}
}