# Patreon Profile Info ## Overview | Property | Value | |----------|-------| | **Status** | active | | **Method** | `GET` | | **Endpoint** | `/v2/patreon/profile/info` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/patreon-profile-info | ## Description Retrieve a Patreon creator profile with patron counts, membership tiers, campaign summary, and creator metadata. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/patreon/profile/info' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Creator profile (cfemen) ```json { "id": "3634516", "url": "https://www.patreon.com/cfemen", "name": "cfemen", "cover": "https://c10.patreonusercontent.com/4/patreon-media/p/campaign/3634516/05abe7b533cd49ce8f90861640dbf103/eyJ3IjoxOTIwLCJ3ZSI6MX0%3D/1.png?token-hash=OCk-mHrSLXw3-sfqTDL8wo6qUmWkZFRXt8e-tuhBd1w%3D&token-time=1783123200", "avatar": "https://c10.patreonusercontent.com/4/patreon-media/p/campaign/3634516/10ee9ab4678f4f10b31055d0ff616240/eyJ3Ijo2MjB9/1.png?token-hash=_0EvuHK4p35cqbyK2U-j36eYBKPOYC2-3Cq0SRoauDg%3D", "creator": { "id": "28139295", "url": "https://www.patreon.com/cfemen", "about": null, "avatar": "https://c10.patreonusercontent.com/4/patreon-media/p/user/28139295/f3878ecdd6954d06a85e147b44698bc3/eyJ3IjoyMDB9/1.jpg?token-hash=XN_sKQywRUT_FNAr_6jFTr7wj0SKadqLO2h3c_ToP-Y%3D", "full_name": "cfemen ", "social_connections": null }, "is_nsfw": false, "rewards": [ { "id": "-1", "url": null, "title": null, "published": null, "description": "Everyone", "amount_cents": 0, "patron_count": null }, { "id": "10560365", "url": "https://www.patreon.com/checkout/cfemen?rid=10560365", "title": "Free", "published": true, "description": "", "amount_cents": 0, "patron_count": null }, { "id": "4315392", "url": "https://www.patreon.com/checkout/cfemen?rid=4315392", "title": "Supporter", "published": true, "description": "", "amount_cents": 200, "patron_count": null }, { "id": "4315390", "url": "https://www.patreon.com/checkout/cfemen?rid=4315390", "title": "Support Lvl. 2", "published": true, "description": "

", "amount_cents": 500, "patron_count": null }, { "id": "4315391", "url": "https://www.patreon.com/checkout/cfemen?rid=4315391", "title": "Support Lvl. 3", "published": true, "description": "

", "amount_cents": 1000, "patron_count": null }, { "id": "4315480", "url": "https://www.patreon.com/checkout/cfemen?rid=4315480", "title": "God-Like Supporter", "published": true, "description": "", "amount_cents": 1500, "patron_count": null }, { "id": "24890070", "url": "https://www.patreon.com/checkout/cfemen?rid=24890070", "title": "Gir", "published": true, "description": "", "amount_cents": 5000, "patron_count": null }, { "id": "25911340", "url": "https://www.patreon.com/checkout/cfemen?rid=25911340", "title": "Aegis", "published": true, "description": "", "amount_cents": 6900, "patron_count": null } ], "summary": "

Hi!

Welcome to my patreon page, im creating free content at Fearless-Revolution https://fearlessrevolution.com/memberlist.php?mode...

Maybe if you like my work and want to help me, i would be very happy to get some support :)

Mainly I will use this money to buy new games to have the possibility to make more content for just released games.

Im not sure about patreon rewards for now, but I will offer something if I have enough patreons! (probably requests for singeplayer games or early access to tables)

Note: I will always do free content, but I made so much content over the years, its impossible for me to update them all :/ coz this I will probably only update content if its an Patreon request! (text is work in progress)

", "currency": "USD", "one_liner": null, "created_at": "2019-12-14T20:49:52.000+00:00", "is_monthly": true, "patron_count": 10844, "published_at": "2019-12-14T21:06:30.000+00:00", "creation_name": "Game Content Creator", "creation_count": 1, "paid_member_count": 3209 } ``` ## Documentation ## Overview Retrieve the full public profile of any Patreon creator page. Returns campaign metadata, patron counts, membership tiers, creator details, cover images, and campaign summary as structured JSON via request-mode crawling. ## Quickstart ``` GET https://api.piloterr.com/v2/patreon/profile/info?query=https://www.patreon.com/cfemen ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Patreon profile URL or creator vanity name | ## Response fields | Field | Type | Description | |---|---|---| | `id` | string | Patreon campaign ID | | `url` | string | Canonical Patreon page URL | | `name` | string | Campaign vanity name | | `cover` | string | Cover image URL | | `avatar` | string | Campaign avatar URL | | `creator` | object | Creator account details | | `creator.id` | string | Creator user ID | | `creator.url` | string | Creator Patreon page URL | | `creator.full_name` | string | Creator display name | | `creator.about` | string \| null | Creator bio when available | | `creator.avatar` | string | Creator avatar URL | | `creator.social_connections` | object \| null | Linked social accounts | | `is_nsfw` | boolean | NSFW campaign flag | | `rewards` | array | Membership tiers | | `rewards[].id` | string | Tier ID | | `rewards[].title` | string \| null | Tier name | | `rewards[].description` | string | Tier benefits (HTML) | | `rewards[].amount_cents` | integer | Monthly price in cents | | `rewards[].url` | string \| null | Checkout URL for the tier | | `rewards[].published` | boolean \| null | Whether the tier is published | | `rewards[].patron_count` | integer \| null | Patrons on this tier | | `summary` | string | Campaign description (HTML) | | `currency` | string | Billing currency (e.g. `USD`) | | `one_liner` | string \| null | Short tagline when available | | `created_at` | string | Campaign creation timestamp (ISO 8601) | | `published_at` | string | Campaign publish timestamp (ISO 8601) | | `is_monthly` | boolean | Whether billing is monthly | | `patron_count` | integer | Total patrons | | `paid_member_count` | integer | Number of paying members | | `creation_name` | string | Campaign category label | | `creation_count` | integer | Number of creations/posts tracked | ## Notes - Tier descriptions and campaign summary may contain HTML markup. - Some tiers (e.g. `Everyone`) use sentinel IDs like `-1` with zero price. ## Main use cases - Analyze creator monetization tiers and pricing strategy - Enrich influencer databases with live patron counts - Monitor membership tier changes over time - Build competitive intelligence dashboards for creator economy research