goon/tests/fixtures/tpdb_scene.json
goon-foss ad0284585b Initial commit
Goon — self-hosted aggregator for adult-content scene metadata.

Indexes scenes from TPDB, StashDB, and 30+ public adult tube sites.
Cross-source deduplication via perceptual hash + Levenshtein distance.
FastAPI backend + APScheduler worker + React Native (Expo) mobile client.

FOSS, ad-free, donation-funded. See README for details.
2026-05-20 10:10:22 +02:00

57 lines
1.5 KiB
JSON

{
"id": "11111111-1111-4111-8111-111111111111",
"title": "The Great Heist",
"description": "A clever caper in three acts.",
"date": "2024-08-15",
"duration": 1820,
"external_id": "BRZ-12345",
"url": "https://example.com/scenes/great-heist",
"director": "Jane Doe",
"site": {
"id": "22222222-2222-4222-8222-222222222222",
"name": "Brazzers Exxtra",
"short_name": "brazzers-exxtra",
"url": "https://www.brazzers.com",
"parent": {
"id": "33333333-3333-4333-8333-333333333333",
"name": "Brazzers"
},
"network": {
"id": "44444444-4444-4444-8444-444444444444",
"name": "MindGeek"
}
},
"performers": [
{
"id": "55555555-5555-4555-8555-555555555555",
"name": "Mia M.",
"parent": {
"id": "66666666-6666-4666-8666-666666666666",
"name": "Mia Malkova",
"extras": {
"gender": "Female",
"birthday": "1992-07-01",
"birthplace": "Palm Springs, CA, USA",
"aliases": "Mia M., Madison Clover"
}
}
},
{
"id": "77777777-7777-4777-8777-777777777777",
"name": "Johnny Sins",
"parent": {
"id": "88888888-8888-4888-8888-888888888888",
"name": "Johnny Sins",
"extras": {
"gender": "Male",
"birthday": "1978-12-31",
"aliases": []
}
}
}
],
"tags": [
{"id": "aaaaaaaa-aaaa-4aaa-8aaa-aaaaaaaaaaaa", "name": "heist", "slug": "heist"},
{"id": "bbbbbbbb-bbbb-4bbb-8bbb-bbbbbbbbbbbb", "name": "Big Tits", "slug": "big-tits"}
]
}