← APIs / FanPulse
Verified

FanPulse

PulseNetworkby PulseNetwork · Intelligence APIs, Data, AI Agents

Super-fan intelligence API for iconic franchises and artists. 9 endpoints: lore Q&A, character profiles, trivia generation, Easter egg analysis, discography deep dives, personality sorting, canonical timelines, cross-franchise comparisons, and collectibles market intelligence (vinyl Discogs pricing, K-pop photocards, autograph authentication). Pay-per-query via x402 micropayments on Base.

financefederated
Price per request
$0.09
About

Super-fan intelligence API for iconic franchises and artists. 9 endpoints: lore Q&A, character profiles, trivia generation, Easter egg analysis, discography deep dives, personality sorting, canonical timelines, cross-franchise comparisons, and collectibles market intelligence (vinyl Discogs pricing, K-pop photocards, autograph authentication). Pay-per-query via x402 micropayments on Base. Part of PulseNetwork, operated by The Aslan Group LLC. Apiosk indexes this federated listing and adds ref=apiosk for attribution; calls and x402 payments go directly to PulseNetwork.

Base URL
https://gateway.apiosk.com/fanpulse
Technical Specs
Auth MethodNone (x402 payment proof only)
Response FormatJSON
Endpoints9
Endpoints
MethodPathDescriptionCost
GET /api/fan/character Deep character profiles for fan and entertainment agents. Returns arc, quotes, relationships, and legacy for fictional-franchise characters and iconic artists.
$0.09 default
View details
GET /api/fan/collect Fan collectibles market intelligence for collector and fan agents. Returns pricing, authentication, and where to buy or sell vinyl, K-pop photocards, figures, signed memorabilia, comics, and props.
$0.12 default
View details
GET /api/fan/compare Decisive cross-franchise and cross-artist comparisons for fan and entertainment agents. Settles debates like Gandalf vs Dumbledore or Beatles vs Rolling Stones with a definitive call.
$0.12 default
View details
GET /api/fan/discography Artist catalog deep-dive for fan and music agents. Returns eras, evolution, deep cuts, essential listening, and cultural legacy for any major artist.
$0.12 default
View details
GET /api/fan/easter-eggs Hidden meanings and confirmed secrets for fan and entertainment agents. Returns callbacks and easter eggs across music albums and film/TV franchises.
$0.17 default
View details
GET /api/fan/lore Deep canon lore Q&A for fan and entertainment agents. Answers canon questions for Star Wars, Harry Potter, LOTR, Star Trek, Marvel, Game of Thrones, Dune, and more.
$0.12 default
View details
GET /api/fan/quiz AI-generated fan trivia for fan and trivia agents. Returns 10 mixed-difficulty questions with explanations for any franchise or artist.
$0.09 default
View details
GET /api/fan/sorting Personality-based character matching for fan and entertainment agents. Sorts a user into a Hogwarts house, Jedi/Sith, Fellowship role, Starfleet division, and more.
$0.09 default
View details
GET /api/fan/timeline Canonical in-universe chronology for fan and entertainment agents. Returns eras, pivotal events, watch/read order, and lore gaps for major franchises.
$0.12 default
View details
Endpoint documentation
GET/api/fan/character
$0.09 default
Description

Deep character profiles for fan and entertainment agents. Returns arc, quotes, relationships, and legacy for fictional-franchise characters and iconic artists.

Documentation

Character or artist deep profile

Character or artist deep profile

**Price:** $0.08 USDC per call

Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.

Pricing
$0.09 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

Parameters
{
  "properties": {
    "franchise": {
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    },
    "lang": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "name": {
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "franchise",
    "name"
  ],
  "type": "object"
}
Headers
{
  "properties": {
    "PAYMENT-SIGNATURE": {
      "required": true,
      "type": "string",
      "x-parameter-location": "header"
    }
  },
  "required": [
    "PAYMENT-SIGNATURE"
  ],
  "type": "object"
}
GET/api/fan/collect
$0.12 default
Description

Fan collectibles market intelligence for collector and fan agents. Returns pricing, authentication, and where to buy or sell vinyl, K-pop photocards, figures, signed memorabilia, comics, and props.

Documentation

Collectibles and memorabilia market intelligence

Collectibles and memorabilia market intelligence

**Price:** $0.1 USDC per call

Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.

Pricing
$0.12 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

Parameters
{
  "properties": {
    "artist": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "franchise": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "item": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "item_type": {
      "description": "vinyl|photocards|figures|signed|comics|cards|props|memorabilia|general",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "lang": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [],
  "type": "object"
}
Headers
{
  "properties": {
    "PAYMENT-SIGNATURE": {
      "required": true,
      "type": "string",
      "x-parameter-location": "header"
    }
  },
  "required": [
    "PAYMENT-SIGNATURE"
  ],
  "type": "object"
}
GET/api/fan/compare
$0.12 default
Description

Decisive cross-franchise and cross-artist comparisons for fan and entertainment agents. Settles debates like Gandalf vs Dumbledore or Beatles vs Rolling Stones with a definitive call.

Documentation

Decisive cross-franchise or cross-artist comparison

Decisive cross-franchise or cross-artist comparison

**Price:** $0.1 USDC per call

Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.

Pricing
$0.12 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

Parameters
{
  "properties": {
    "lang": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "subject1": {
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    },
    "subject2": {
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    },
    "type": {
      "description": "character|franchise|artist|album",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "subject1",
    "subject2"
  ],
  "type": "object"
}
Headers
{
  "properties": {
    "PAYMENT-SIGNATURE": {
      "required": true,
      "type": "string",
      "x-parameter-location": "header"
    }
  },
  "required": [
    "PAYMENT-SIGNATURE"
  ],
  "type": "object"
}
GET/api/fan/discography
$0.12 default
Description

Artist catalog deep-dive for fan and music agents. Returns eras, evolution, deep cuts, essential listening, and cultural legacy for any major artist.

Documentation

Artist discography deep dive

Artist discography deep dive

**Price:** $0.1 USDC per call

Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.

Pricing
$0.12 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

Parameters
{
  "properties": {
    "artist": {
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    },
    "focus": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "lang": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "artist"
  ],
  "type": "object"
}
Headers
{
  "properties": {
    "PAYMENT-SIGNATURE": {
      "required": true,
      "type": "string",
      "x-parameter-location": "header"
    }
  },
  "required": [
    "PAYMENT-SIGNATURE"
  ],
  "type": "object"
}
GET/api/fan/easter-eggs
$0.17 default
Description

Hidden meanings and confirmed secrets for fan and entertainment agents. Returns callbacks and easter eggs across music albums and film/TV franchises.

Documentation

Easter egg and hidden meaning analysis

Easter egg and hidden meaning analysis

**Price:** $0.15 USDC per call

Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.

Pricing
$0.17 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

Parameters
{
  "properties": {
    "album": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "artist": {
      "description": "For music artists",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "franchise": {
      "description": "For film/TV franchises",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "lang": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [],
  "type": "object"
}
Headers
{
  "properties": {
    "PAYMENT-SIGNATURE": {
      "required": true,
      "type": "string",
      "x-parameter-location": "header"
    }
  },
  "required": [
    "PAYMENT-SIGNATURE"
  ],
  "type": "object"
}
GET/api/fan/lore
$0.12 default
Description

Deep canon lore Q&A for fan and entertainment agents. Answers canon questions for Star Wars, Harry Potter, LOTR, Star Trek, Marvel, Game of Thrones, Dune, and more.

Documentation

Deep canon lore Q&A

Deep canon lore Q&A

**Price:** $0.1 USDC per call

Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.

Pricing
$0.12 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

Parameters
{
  "properties": {
    "franchise": {
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    },
    "lang": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "query": {
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "franchise",
    "query"
  ],
  "type": "object"
}
Headers
{
  "properties": {
    "PAYMENT-SIGNATURE": {
      "required": true,
      "type": "string",
      "x-parameter-location": "header"
    }
  },
  "required": [
    "PAYMENT-SIGNATURE"
  ],
  "type": "object"
}
GET/api/fan/quiz
$0.09 default
Description

AI-generated fan trivia for fan and trivia agents. Returns 10 mixed-difficulty questions with explanations for any franchise or artist.

Documentation

AI-generated trivia set

AI-generated trivia set

**Price:** $0.08 USDC per call

Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.

Pricing
$0.09 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

Parameters
{
  "properties": {
    "difficulty": {
      "description": "easy|medium|hard|mixed",
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "franchise": {
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    },
    "lang": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "topic": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "franchise"
  ],
  "type": "object"
}
Headers
{
  "properties": {
    "PAYMENT-SIGNATURE": {
      "required": true,
      "type": "string",
      "x-parameter-location": "header"
    }
  },
  "required": [
    "PAYMENT-SIGNATURE"
  ],
  "type": "object"
}
GET/api/fan/sorting
$0.09 default
Description

Personality-based character matching for fan and entertainment agents. Sorts a user into a Hogwarts house, Jedi/Sith, Fellowship role, Starfleet division, and more.

Documentation

Personality-based character/faction sorting

Personality-based character/faction sorting

**Price:** $0.08 USDC per call

Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.

Pricing
$0.09 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

Parameters
{
  "properties": {
    "franchise": {
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    },
    "lang": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    },
    "personality": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "franchise"
  ],
  "type": "object"
}
Headers
{
  "properties": {
    "PAYMENT-SIGNATURE": {
      "required": true,
      "type": "string",
      "x-parameter-location": "header"
    }
  },
  "required": [
    "PAYMENT-SIGNATURE"
  ],
  "type": "object"
}
GET/api/fan/timeline
$0.12 default
Description

Canonical in-universe chronology for fan and entertainment agents. Returns eras, pivotal events, watch/read order, and lore gaps for major franchises.

Documentation

Canonical franchise timeline

Canonical franchise timeline

**Price:** $0.1 USDC per call

Calls go directly to PulseNetwork. Paid routes use the live x402 challenge; Apiosk never rewrites payTo or settles the payment.

Pricing
$0.12 default
Authentication

No account or API key. Pay PulseNetwork directly using the live x402 challenge. The challenge is authoritative for price, network, asset and payTo.

Parameters
{
  "properties": {
    "franchise": {
      "required": true,
      "type": "string",
      "x-parameter-location": "query"
    },
    "lang": {
      "required": false,
      "type": "string",
      "x-parameter-location": "query"
    }
  },
  "required": [
    "franchise"
  ],
  "type": "object"
}
Headers
{
  "properties": {
    "PAYMENT-SIGNATURE": {
      "required": true,
      "type": "string",
      "x-parameter-location": "header"
    }
  },
  "required": [
    "PAYMENT-SIGNATURE"
  ],
  "type": "object"
}