LogoLogo
  • What Is Junkipedia?
    • Introduction
    • What You Can Do
    • What You Can't Do
    • Tip-Issue-Narrative Pipeline
  • Getting Started
    • Managing Your Team
      • Inviting New Users
      • Managing Your Organization
    • Setting Up Tiplines
      • Creating A New Tipline
      • Configuring Tipline Properties
        • Hosting A Web Tipline
        • Hosting An Email Tipline
        • Hosting An SMS Tipline
        • Hosting A Whatsapp Tipline
        • Hosting A Slack Tipline
        • Hosting An API Tipline
      • Embedding A Tipline Form
      • Sharing A Tipline Via QR Code
      • Enabling Inbound Tip Review
      • Disabling A Tipline
      • Adding Default Topics & Tags (wip)
      • Reviewing Tips
    • Reporting And Documenting Misinformation
      • Submitting Tips Within Junkipedia
      • Using Tiplines Outside Of Junkipedia
        • Submit A Tip via SMS
        • Submit A Tip via Email
        • Submit A Tip Via WhatsApp
        • Submit A Tip via Slack
        • Submit A Tip via Web Form
        • Submit Tips Via API
      • Editing An Issue
        • The "Edit Issue" Form
        • What To Include
        • Adding More Tips To An Issue
        • Editing Within The Issues List
          • Issue Title & Description
          • Adding Tags To An Issue
          • Linking Issues To Narratives
    • Reviewing Tracked Content
      • Searching For Issues
      • Filtering Issues
      • Creating Saved Search Alerts
    • Managing Narratives
      • Adding Issues To A Narrative
      • Describing A Narrative
      • Preparing A Response
      • Making A Narrative Public
    • Social Media Monitoring
      • Introducing The Junkipedia Monitoring System
      • Searching The Database
      • Following Public Lists
      • Building Your Own Lists
      • Edit an Existing List
      • Sharing your lists
      • Using Actor Sets
  • Reference Material
    • Glossary
    • API
      • Using Your API Key
      • Query String Parameters
        • Text Search Parameters
        • Engagement Filters
        • Pagination
        • Post Type And Platform
        • Time Filters
        • Language Code
        • Channel Properties
        • Exclude
        • Lists
    • Best Practices
      • Fact Checking
        • Verification Resources
        • How to Verify Online Information
      • How to Find Misinformation Online
      • social media post
      • Instagram via CrowdTangle
      • Protect Your Mental Well Being
    • User Account Admin
      • Update Your User Profile Details
      • Update Your Security Settings
Powered by GitBook
On this page
  • "Person" Example: Individual Account Properties
  • "Channel" Example: Organization Account Properties
  1. Reference Material
  2. API
  3. Query String Parameters

Channel Properties

PreviousLanguage CodeNextExclude

Last updated 2 years ago

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 .

"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

Junkipedia Monitoring page