'use client'; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { faExternalLinkAlt } from "@fortawesome/free-solid-svg-icons"; import { postgrestUrl } from '@/app/lib/constants' import Link from 'next/link' import { useSession } from "next-auth/react"; import { signIn } from "next-auth/react" export default function Page() { const { data: session } = useSession(); return (

Futureporn API

Futureporn Application Programmable Interface (API) for developers and power users

RSS Feed

Keep up to date with new VODs using Real Simple Syndication (RSS).

Don't have a RSS reader? Futureporn recommends Fraidycat

ATOM

RSS

JSON

Data API

The Data API contains all the data served by this website in JSON format. This API is unstable, meaning it's subject to changes that may break your integrations.

Futureporn API Version 1
Futureporn API Version 2

Client Session (test)

{JSON.stringify(session)}
) }