movies.pub

movies.pub is a movie data server for the Fediverse. It provides ActivityPub objects for all the movies in Wikidata.

API

The service supports two main endpoints.

https://movies.pub/movie/{q-item}

Given the Q-ID of a film on Wikidata, provides the data for the movie in Activity Streams 2.0 format.

Usage

The most typical usage would be in a View activity.


      {
        "@context": "https://www.w3.org/ns/activitystreams",
        "id": "https://social.example/user/evanp/view/396",
        "type": "View",
        "actor": "https://social.example/user/evanp",
        "object": {
          "id": "https://movies.pub/movie/Q17738",
          "type": "Video",
          "nameMap": {
            "en": "Star Wars: Episode IV – A New Hope"
          }
        }
      }
    

Code

Code is at https://github.com/social-web-foundation/movies.pub/.

Contact

The best way to report problems with movies.pub is to Create a new issue on GitHub.

If you have private information you want to share, or you just don't feel like posting a GitHub issue, you can use our contact form to send us a private message.