Channel Properties

The following API entry points provide the ability to search for records based on properties of the accounts that issue the posts:

  • GET /posts

  • GET /posts/stats

The originating accounts may represent either an individual person or a larger organization. In some contexts outside of Junkipedia, the term "channel" is used to refer to both individuals and organizations. Junkipedia provides filters that distinguish the properties of individuals and organizations with the following parameters:

  • person – a list of key-value pairs specifying properties of social media accounts belonging to individuals.

  • channel – a list of key-value pairs specifying properties of social media accounts belonging to organizations.

The best reference to available key-value pairs for the above parameters is to consult the filters in the user interface of the Junkipedia Monitoring page.

"Person" Example: Individual Account Properties

The following example applies a filter to select posts from accounts belonging to individual persons associated with the US state of New York and the Republican political party:

  • GET /posts?person[Party]=Republican&person[State]=NY

"Channel" Example: Organization Account Properties

The following example applies a filter to select posts from accounts belonging to organizations whose posts are blocked in Ukraine:

  • GET /posts?channel[blocked_in_countries]=UA

Last updated