US Copyright Office · Example Payload

Us Copyright Office Recordation Example

CopyrightFederal GovernmentIntellectual PropertyOpen Data

Us Copyright Office Recordation Example is an example object payload from US Copyright Office, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

volumedocument_numberdate_of_executiondate_of_recordationdocument_typepartiestitlesregistration_numberstermination_noticepages

Example Payload

us-copyright-office-recordation-example.json Raw ↑
{
  "volume": "V9965D718",
  "document_number": "TXu002345678",
  "date_of_execution": "2025-06-15",
  "date_of_recordation": "2025-06-15",
  "document_type": "Transfer of Copyright",
  "parties": [
    {
      "name": "Jane Smith",
      "role": "Other"
    }
  ],
  "titles": [
    "TXu001234567",
    "PAu003456789"
  ],
  "registration_numbers": [
    "TXu001234567",
    "PAu003456789"
  ],
  "termination_notice": true,
  "pages": 13
}