A view that permits a GET to allow listing all the entries
in the database

**Route** - `/entries`

#Query Parameters -

- `?search=` - Search by title, description, get_involved, interest,
creator, and tag.
- `?ids=` - Filter only for entries with specific ids. Argument
must be a comma-separated list of integer ids.
- `?tag=` - Allows filtering entries by a specific tag
- `?issue=` - Allows filtering entries by a specific issue
- `?help_type=` - Allows filtering entries by a specific help type
- `?has_help_types=<True or False>` - Filter entries by whether they have
help types or not. Note that `True`
or `False` is case-sensitive.
- `?featured=True` (or False) - both capitalied. Boolean is set in admin UI
- `?page=` - Page number, defaults to 1
- `?page_size=` - Number of results on a page. Defaults to 48
- `?ordering=` - Property you'd like to order the results by. Prepend with
`-` to reverse. e.g. `?ordering=-title`
- `?moderationstate=` - Filter results to only show the indicated moderation
state, by name. This will only filter if the calling
user has moderation permissions.

GET /api/pulse/v2/entries/?format=api&ordering=-content_url&page=28
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1758,
    "next": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-content_url&page=29",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-content_url&page=27",
    "results": [
        {
            "id": 2546,
            "content_url": "https://foundation.mozilla.org/en/blog/mozilla-announces-seven-africa-mradi-research-grantees/",
            "is_bookmarked": false,
            "tags": [
                "Africa Innovation Mradi",
                "Digital Rights",
                "gender",
                "gender based violence"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Jaselle Edward-Gill",
            "submitter_profile_id": 5940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Tshwaranang Legal Advocacy Centre to end violence against women",
                    "profile_id": 6503,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "A gendered analysis of women’s access to AI",
            "description": "TLAC (Tshwaranang Legal Advocacy Centre to end violence against women) is a non-governmental organisation based in South Africa working since 1996 to promote and defend the rights of women to be free from violence and to have access to high-quality, effective services. TLAC aims to produce “A gendered analysis of women’s access to AI and its impact on gender-based violence in the Eastern Cape, South Africa,” in order to better understand how AI is implicated in experiences of gender-based violence, as well as remedies to gender-based violence",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2024-01-11_102856.8226470000.png",
            "created": "2024-01-11T10:28:56.822382Z",
            "moderation_state": 3
        },
        {
            "id": 2549,
            "content_url": "https://foundation.mozilla.org/en/blog/mozilla-announces-seven-africa-mradi-research-grantees/",
            "is_bookmarked": false,
            "tags": [
                "Africa Innovation Mradi",
                "disability",
                "employment"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Jaselle Edward-Gill",
            "submitter_profile_id": 5940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kabulonga Multi-purpose Disability Cooperative",
                    "profile_id": 6506,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Kabulonga Multi-purpose Disability Cooperative",
            "description": "Kabulonga Cooperative is a Zambia-based organisation that works to promote and protect the rights of people living with disabilities. Their research project will explore “AI and Inclusive Employment Opportunities for Persons with Disabilities in Zambia and Zimbabwe: Challenges and Success Stories.” The research aims to analyze the results of the implementation of AI-powered initiatives intended to integrate and empower persons living with disabilities in the workplace. It will map both successes as well as harms emerging from these systems.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2024-01-11_105212.0170790000.png",
            "created": "2024-01-11T10:52:12.016866Z",
            "moderation_state": 3
        },
        {
            "id": 2548,
            "content_url": "https://foundation.mozilla.org/en/blog/mozilla-announces-seven-africa-mradi-research-grantees/",
            "is_bookmarked": false,
            "tags": [
                "Africa Innovation Mradi",
                "Human Right",
                "Social Security"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Jaselle Edward-Gill",
            "submitter_profile_id": 5940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Duduetsang Mokoele",
                    "profile_id": 6505,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Mind the People: Automating Social Security in South Africa",
            "description": "Dudetsang Mokoele is a South Africa-based researcher interested in human rights and technology trends and developments, with a particular focus on policy-making. Her research, “Mind the People: Automating Social Security in South Africa,” looks at the role of AI in the provision of social security in South Africa, and its overall human rights implications.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2024-01-11_103504.1405200000.png",
            "created": "2024-01-11T10:35:04.140207Z",
            "moderation_state": 3
        },
        {
            "id": 2544,
            "content_url": "https://foundation.mozilla.org/en/blog/mozilla-announces-seven-africa-mradi-research-grantees/",
            "is_bookmarked": false,
            "tags": [
                "Africa Innovation Mradi",
                "biometrics",
                "#data privacy",
                "data protection"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Jaselle Edward-Gill",
            "submitter_profile_id": 5940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Cherie Oyier",
                    "profile_id": 6501,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Deceptive Designs and Policy Holes",
            "description": "Cherie Oyier is a lawyer working on privacy and data protection law in Kenya. Oyier’s research project, “Deceptive Designs and Policy Holes Aiding Unethical Personal Data Collection for AI Training: Lessons from Worldcoin’s Iris Scan Practices in Kenya,” aims to identify effective solutions for economically vulnerable citizens, and best practices for ethical biometric data collection for AI training. Oyier’s objectives are to investigate the failures of existing systems to unearth frameworks which uphold privacy rights and promote sustainable development in Kenya.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2024-01-11_102125.9447580000.png",
            "created": "2024-01-11T10:21:25.944445Z",
            "moderation_state": 3
        },
        {
            "id": 2545,
            "content_url": "https://foundation.mozilla.org/en/blog/mozilla-announces-seven-africa-mradi-research-grantees/",
            "is_bookmarked": false,
            "tags": [
                "Africa Innovation Mradi",
                "healthcare",
                "maternal technology"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Jaselle Edward-Gill",
            "submitter_profile_id": 5940,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Min'enhle Ncube",
                    "profile_id": 6502,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "Artificial Intelligence in Maternal Health in Zambia",
            "description": "Ncube is an anthropologist studying the landscape of technology, data, artificial intelligence and the ethics of care in Zambia. Ncube’s research project, “Artificial Intelligence in Maternal Health in Zambia: Examining the impact of digitised maternal technology,” aims to investigate the challenges and dangers posed by biased datasets in the delivery of quality and timely care to pregnant people, who are among the most vulnerable and the most impacted by AI-led decision-making.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2024-01-11T10:26:29.368301Z",
            "moderation_state": 3
        },
        {
            "id": 2542,
            "content_url": "https://foundation.mozilla.org/en/blog/mozilla-announces-15-new-responsible-computing-challenge-awardees-in-the-us/",
            "is_bookmarked": false,
            "tags": [
                "RCSC"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Steven Azeka",
            "submitter_profile_id": 5951,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla Announces 15 New Responsible Computing Challenge Awardees in the U.S.",
            "description": "Mozilla and its partners are providing $2,225,000 in funding for college and university curricula that reimagine computing education",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-11-15_161139.9227930000.jpg",
            "created": "2023-11-15T16:11:39.922523Z",
            "moderation_state": 3
        },
        {
            "id": 2519,
            "content_url": "https://foundation.mozilla.org/en/blog/meet-the-2023-judges-and-advisors-for-the-responsible-computer-science-challenge-in-kenya/",
            "is_bookmarked": false,
            "tags": [
                "RCSC"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Steven Azeka",
            "submitter_profile_id": 5951,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Steven Azeka",
                    "profile_id": 5951,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Meet The 2023 Judges and Advisors for the Responsible CS Challenge in Kenya",
            "description": "These are the judges and advisors who will select the 2023 Responsible Computer Science Challenge recipients.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-01-03_185631.7276370000.jpeg",
            "created": "2023-01-03T18:56:31.726985Z",
            "moderation_state": 3
        },
        {
            "id": 1361,
            "content_url": "https://foundation.mozilla.org/en/blog/journey-dark-side/",
            "is_bookmarked": false,
            "tags": [
                "algorithms",
                "manipulation",
                "online radicalization",
                "YouTube"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Jen Caltrider",
            "submitter_profile_id": 293,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Jessie Keating",
                    "profile_id": 71,
                    "is_active": true
                },
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Journey From the Dark Side",
            "description": "How one teen boy got radicalized online. How his family helped him through to the other side. How you can ask your questions of this family and their very personal journey.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/blog/journey-dark-side/",
            "interest": "Online radicalization and ways to fight it.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-21_195658.0606630000.jpg",
            "created": "2019-08-21T19:56:58.060136Z",
            "moderation_state": 3
        },
        {
            "id": 2206,
            "content_url": "https://foundation.mozilla.org/en/blog/its-a-wrap-movement-building-from-home/",
            "is_bookmarked": false,
            "tags": [
                "mbmfcr"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "It’s a wrap: Movement-Building from Home",
            "description": "After four weeks of amazing, restorative dialogue with over 100 community members during our Movement-Building from Home series of calls, we have learned a lot about online facilitation and community management during the COVID19 crisis. (Watch the calls on demand on this playlist.)",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-07_230148.6837350000.png",
            "created": "2021-07-07T23:01:48.683515Z",
            "moderation_state": 3
        },
        {
            "id": 1511,
            "content_url": "https://foundation.mozilla.org/en/blog/how-mozfest-open-book-internet-health-movement/",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest",
                "mozfest-2019",
                "newsletter",
                "Open Leadership and Events",
                "working open"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Kristina Gorr",
            "submitter_profile_id": 1678,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Kristina Gorr",
                    "profile_id": 1678,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "How To MozFest: An Open Book For the Internet Health Movement",
            "description": "Learn more about the curation and editing process of the MozFest 10th Anniversary book, as well as submit an essay by Nov 29 for possible publication in the next chapter.",
            "get_involved": "Submit a 750-word essay for possible publication in the next chapter. Deadline Nov 29.",
            "get_involved_url": "https://foundation.mozilla.org/en/initiatives/open-leadership-events/collaborate-with-us-/#10th-anniversary-mozfest-book",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-15_202106.5564650000.jpg",
            "created": "2019-11-15T20:21:06.555857Z",
            "moderation_state": 3
        },
        {
            "id": 1554,
            "content_url": "https://foundation.mozilla.org/en/blog/how-connect-20-million-tanzania/",
            "is_bookmarked": false,
            "tags": [
                "community networks",
                "Kondoa Community Network",
                "#mozfellows19",
                "mozfellows19",
                "television white space"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Create content",
                "Code",
                "Design",
                "Fundraise",
                "Join community",
                "Localize & translate",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Test & feedback",
                "Write documentation"
            ],
            "published_by": "Matogoro Jabera",
            "submitter_profile_id": 3142,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Matogoro Jabera",
                    "profile_id": 3142,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "How to Connect 20 Million in Tanzania",
            "description": "“In 2014, I started researching the possibility of using television white space technology for wireless communication,” Matogoro explains. He studied the issue while earning his PhD at University of Dodoma, and then built an operational community network in Kondoa District using the technique. “The project provided 2,000 people and four education institutions with high-speed internet connections,” Matogoro says.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "It report few of my achievement and setting plan to scale-up",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-01-24_050717.2927090000.jpg",
            "created": "2020-01-24T05:07:17.292143Z",
            "moderation_state": 3
        },
        {
            "id": 1740,
            "content_url": "https://foundation.mozilla.org/en/blog/grant-web-opens-call-proposals/",
            "is_bookmarked": false,
            "tags": [
                "Press Release"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Grant for the Web Opens Call for Proposals",
            "description": "The $100 million initiative by Coil, Creative Commons, and Mozilla is funding technologies, content, and ideas that galvanize Web Monetization.\n\nClick \"Visit,\" above, to read the full press release.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-08_182751.2171780000.png",
            "created": "2020-06-08T18:27:51.216602Z",
            "moderation_state": 3
        },
        {
            "id": 1737,
            "content_url": "https://foundation.mozilla.org/en/blog/examining-human-labor-behind-ai/",
            "is_bookmarked": false,
            "tags": [
                "Press Release"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Examining the Human Labor Behind AI",
            "description": "http://trk.network/ is a tool and advocacy initiative by Caroline Sinders spotlighting unjust labor in the machine learning pipeline\n\nClick \"Visit\" to read the full press release.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-08_182412.9190000000.jpg",
            "created": "2020-06-08T18:24:12.918644Z",
            "moderation_state": 3
        },
        {
            "id": 1375,
            "content_url": "https://foundation.mozilla.org/en/blog/examining-ais-effect-on-media-and-truth/",
            "is_bookmarked": false,
            "tags": [
                "creativemedia19"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Jenn Beard",
            "submitter_profile_id": 67,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "2019-2020 Creative Media Award Winners",
            "description": "Mozilla is announcing its eight latest Creative Media Awards. These art and advocacy projects highlight how AI intersects with online media and truth — and impacts our everyday lives.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-09-23T18:02:50.978864Z",
            "moderation_state": 3
        },
        {
            "id": 1522,
            "content_url": "https://foundation.mozilla.org/en/blog/dismantling-ai-myths-and-hype/",
            "is_bookmarked": false,
            "tags": [
                "AI",
                "fellows",
                "fellowships",
                "mozilla fellow",
                "open web fellows",
                "Trustworthy AI"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Daniel Leufer",
            "submitter_profile_id": 3147,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Daniel Leufer",
                    "profile_id": 3147,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Dismantling AI Myths and Hype",
            "description": "As a Mozilla Fellow, I’m looking for ways to challenge and subvert inaccurate narratives about AI",
            "get_involved": "",
            "get_involved_url": "https://forms.gle/7YshbkDNu4b8tckZ6",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-12-05T11:16:21.897572Z",
            "moderation_state": 3
        },
        {
            "id": 1781,
            "content_url": "https://foundation.mozilla.org/en/blog/debunking-8-harmful-myths-about-ai/",
            "is_bookmarked": false,
            "tags": [
                "Press Release"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Debunking 8 Harmful Myths About AI",
            "description": "AI Myths, a project by Mozilla Fellow Daniel Leufer, dismantles harmful misconceptions about AI, from superintelligence to objectivity.\n\nClick \"Visit,\" above, to read the full press release.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-29_143806.3733280000.png",
            "created": "2020-07-29T14:38:06.372811Z",
            "moderation_state": 3
        },
        {
            "id": 2213,
            "content_url": "https://foundation.mozilla.org/en/blog/data-stewardship-what-it-and-why-does-it-matter/",
            "is_bookmarked": false,
            "tags": [
                "dsmfcr"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Data Stewardship - What is it and why does it matter?",
            "description": "In a world of pervasive AI, who controls our data and what they do with it is a big deal. Data stewardship can determine everything from who can build AI, to who can profit from AI, to what that AI can actually do. Right now, most online data is controlled by just a handful of big tech platforms -- which means that just a handful of big tech platforms are shaping much of what AI looks like today. But it doesn’t have to be that way.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_181356.0871970000.png",
            "created": "2021-07-08T18:13:56.086858Z",
            "moderation_state": 3
        },
        {
            "id": 2212,
            "content_url": "https://foundation.mozilla.org/en/blog/data-stewardship-reading-list/",
            "is_bookmarked": false,
            "tags": [
                "dsmfcr"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Data Stewardship Reading List",
            "description": "At Mozilla, we aim to give users meaningful control over their own data, to build more trustworthy AI and a healthy internet for all. Data stewardship is a relatively new term for those handling personal data, with the intention of giving control of that data to the owner. Read about what data stewardship is and why it’s important to us to live healthy and safe digital lives.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-08_181146.2215330000.png",
            "created": "2021-07-08T18:11:46.221299Z",
            "moderation_state": 3
        },
        {
            "id": 1531,
            "content_url": "https://foundation.mozilla.org/en/blog/case-knowledge-sharing-between-technologists-and-digital-rights-litigators/",
            "is_bookmarked": false,
            "tags": [
                "mozfellows19"
            ],
            "issues": [],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Aurum Linh",
            "submitter_profile_id": 3161,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Aurum Linh",
                    "profile_id": 3161,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "A Case For Knowledge-Sharing Between Technologists and Digital Rights Litigators",
            "description": "As a Mozilla Fellow, I'm working on a project aimed at breaking down knowledge barriers between litigators and technologists. This article provides background information and context on why I'm doing this work, and how you can get involved too.",
            "get_involved": "Take our survey, share with networks, contact us",
            "get_involved_url": "https://www.surveymonkey.co.uk/r/AIGuidesABlog",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-12-09T20:15:21.157998Z",
            "moderation_state": 3
        },
        {
            "id": 1736,
            "content_url": "https://foundation.mozilla.org/en/blog/can-you-tell-when-youre-chatting-with-a-bot/",
            "is_bookmarked": false,
            "tags": [
                "Presss Release"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Can You Tell When You’re Chatting with a Bot?",
            "description": "Introducing Bot or Not, an app exploring AI that mimics real humans.\n\nClick \"visit\" to read the full press release.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-08_181109.3908710000.png",
            "created": "2020-06-08T18:11:09.390302Z",
            "moderation_state": 3
        },
        {
            "id": 1991,
            "content_url": "https://foundation.mozilla.org/en/blog/building-stronger-fellowships-and-awards/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Hanan Elmasu",
            "submitter_profile_id": 4600,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Hanan Elmasu",
                    "profile_id": 4600,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Building Stronger Fellowships and Awards",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2021-02-02T11:00:06.053365Z",
            "moderation_state": 3
        },
        {
            "id": 1599,
            "content_url": "https://foundation.mozilla.org/en/blog/best-medicine-online-disinformation-transparency/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "UK House of Lords testimony on disinformation",
            "description": "On February 4, Mozilla gave evidence to the UK’s House of Lords Select Committee on Democracy and Digital Technology about combating online disinformation.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-02-13T21:09:08.527357Z",
            "moderation_state": 3
        },
        {
            "id": 2123,
            "content_url": "https://foundation.mozilla.org/en/blog/become-an-advisor-for-the-cities-digital-rights-helpdesk/",
            "is_bookmarked": false,
            "tags": [
                "tmfcr"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Cities’ Digital Rights Helpdesk!",
            "description": "Cities Coalition for Digital Rights, UN-Habitat, and BetaNYC presented the concept of Digital Rights Helpdesk for cities at MozFest this year. City stakeholders, subject matter experts, and organizations working with cities were invited to participate in a co-creation session to design the Helpdesk and it’s features. We caught up with them afterwards to learn more about the vision of the helpdesk in upholding citizens’ digital rights, what gaps they are aiming to fill through this initiative, and how the MozFest community can get involved.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-28_224635.7930510000.png",
            "created": "2021-06-28T22:46:35.792846Z",
            "moderation_state": 3
        },
        {
            "id": 1637,
            "content_url": "https://foundation.mozilla.org/en/blog/are-all-equal-eyes-artificial-intelligence/",
            "is_bookmarked": false,
            "tags": [
                "AI policy",
                "gender",
                "privacy",
                "Trustworthy AI"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Chenai Chair",
            "submitter_profile_id": 2006,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Chenai Chair",
                    "profile_id": 2006,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Are All Equal in the Eyes of Artificial Intelligence?",
            "description": "\"Given varying gendered inequality, women may be the last to capture the benefits of the 4thIR. Replication of existing inequalities, new social injustices and unequal power dynamics will impact the differences of experiences of these new technologies. Big questions remain unanswered: How do we govern our data in a way that enables society to flourish? How do we address likely harms to occur from our differences? How do we ensure data justice is necessary for South Africa and relevant in the global conversation? After all, not all are equal in the eyes of AI.\"",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/blog/are-all-equal-eyes-artificial-intelligence/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-04-01T14:44:10.701641Z",
            "moderation_state": 3
        },
        {
            "id": 1782,
            "content_url": "https://foundation.mozilla.org/en/blog/apollo-11-deepfake-help-understand-misinformation/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "An Apollo 11 Deepfake to Help Understand Misinformation",
            "description": "Introducing In Event of Moon Disaster, a Mozilla Creative Media Award recipient created by MIT’s Center for Advanced Virtuality.\n\nClick \"Visit,\" above, to read the full press release.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-29_143931.6919830000.jpg",
            "created": "2020-07-29T14:39:31.691690Z",
            "moderation_state": 3
        },
        {
            "id": 1365,
            "content_url": "https://foundation.mozilla.org/en/blog/answers-your-questions-about-dark-side-internet/",
            "is_bookmarked": false,
            "tags": [
                "algorithms",
                "manipulation",
                "YouTube"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Jen Caltrider",
            "submitter_profile_id": 293,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Jessie Keating",
                    "profile_id": 71,
                    "is_active": true
                },
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Answers to Your Questions About the Dark Side of the Internet",
            "description": "The anonymous mother and son from this important article in the Washingtonian, What Happened After My Son Joined the Alt-Right, agreed to answer questions from the Mozilla community. Here is that Q&A.",
            "get_involved": "Read and share this piece with your community, both online and off.",
            "get_involved_url": "https://foundation.mozilla.org/en/blog/answers-your-questions-about-dark-side-internet/",
            "interest": "First person lessons learned on how to address the dark side of the internet, especially with teens.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-04_161917.2973760000.jpg",
            "created": "2019-09-04T16:19:17.296987Z",
            "moderation_state": 3
        },
        {
            "id": 2540,
            "content_url": "https://foundation.mozilla.org/en/blog/announcing-kenyas-inaugural-cohort-of-responsible-computing-challenge-awardees/",
            "is_bookmarked": false,
            "tags": [
                "#RCSC"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Steven Azeka",
            "submitter_profile_id": 5951,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Announcing Kenya’s Inaugural Cohort of Responsible Computing Challenge Awardees",
            "description": "Mozilla’s expansion of the Responsible Computing Challenge in East Africa is ready for take-off. Eight universities embedding ethical studies in their computer science curricula will receive a cumulative sum of USD $200,000 in grants.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-06-29_155211.1075100000.jpg",
            "created": "2023-06-29T15:52:11.107249Z",
            "moderation_state": 3
        },
        {
            "id": 1735,
            "content_url": "https://foundation.mozilla.org/en/blog/announcing-five-awards-galvanize-web-monetization/",
            "is_bookmarked": false,
            "tags": [
                "Press Release"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Announcing Five Awards to Galvanize Web Monetization",
            "description": "Today, Grant for the Web announced five early awards for curated projects that support innovation and open standards in Web Monetization. \n\nClick above to read the full press release.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-06-08_180923.0917370000.png",
            "created": "2020-06-08T18:09:23.091364Z",
            "moderation_state": 3
        },
        {
            "id": 1826,
            "content_url": "https://foundation.mozilla.org/en/blog/announcing-110000-support-open-science/",
            "is_bookmarked": false,
            "tags": [
                "Press Release"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Announcing $110,000 to Support Open Science",
            "description": "Today, Mozilla is announcing $111,650 in grants to realize more openness in the realm of scientific research. The grants support open hardware development in Latin America, open-source virus tracking tools in Europe, and more.\n\nClick \"Visit\" above to read the full press release.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-08-27T19:40:00.497045Z",
            "moderation_state": 3
        },
        {
            "id": 2523,
            "content_url": "https://foundation.mozilla.org/en/blog/afro-grids-unpacks-digital-colonialism-through-afrofuturism-and-african-folklore/",
            "is_bookmarked": false,
            "tags": [
                "mozilla-cma"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Afro-Grids",
            "description": "Esther Mwema is using African Folklore and Afrofuturism in a new way: to document and bring to light digital colonialism. Mwema’s Afro-Grids is one of Mozilla’s 2022 Creative Media Awards which support people and projects to reimagine the way data is governed.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Esther Mwema",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2023-04-05_173024.0557400000.png",
            "created": "2023-04-05T17:30:24.055459Z",
            "moderation_state": 3
        },
        {
            "id": 1833,
            "content_url": "https://foundation.mozilla.org/en/blog/acknowledging-limits-our-ai-and-our-dna/",
            "is_bookmarked": false,
            "tags": [
                "dna",
                "mozfellows19",
                "privacy"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Frederike Kaltheuner",
            "submitter_profile_id": 3159,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Acknowledging the Limits of Our AI (and Our DNA)",
            "description": "Ever since commercial genetic testing has become widely available, DNA-based predictions have exploded. While the first tests focussed on health and ancestry (the latter has been widely criticised), companies now claim that genetics can predict people’s ideal lifestyle, their intelligence, their personality and even their perfect romantic partner.\n\nCompanies that offer genetic predictions sell much more than DNA tests. They are also benefiting from – and ultimately spreading – the dangerous, yet incredibly compelling, idea that who we are is ultimately determined by biology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2020-09-08T18:17:30.775273Z",
            "moderation_state": 3
        },
        {
            "id": 1832,
            "content_url": "https://foundation.mozilla.org/en/blog/acknowledging-limits-our-ai-and-our-dna/",
            "is_bookmarked": false,
            "tags": [
                "dna",
                "privacy"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Frederike Kaltheuner",
            "submitter_profile_id": 3159,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Frederike Kaltheuner",
                    "profile_id": 3159,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "New essay: Acknowledging the Limits of Our AI (and Our DNA)",
            "description": "Ever since commercial genetic testing has become widely available, DNA-based predictions have exploded. While the first tests focussed on health and ancestry (the latter has been widely criticised), companies now claim that genetics can predict people’s ideal lifestyle, their intelligence, their personality and even their perfect romantic partner. Companies that offer genetic predictions sell much more than DNA tests. They are also benefiting from – and ultimately spreading – the dangerous, yet incredibly compelling, idea that who we are is ultimately determined by biology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2020-09-08T18:16:26.580466Z",
            "moderation_state": 3
        },
        {
            "id": 1179,
            "content_url": "https://foundation.mozilla.org/en/blog/7-interesting-things-we-learned-when-we-ask-world-about-misinformation-online/",
            "is_bookmarked": false,
            "tags": [
                "disinformation",
                "fake news",
                "misinformation",
                "survey"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Promote",
                "Fundraise"
            ],
            "published_by": "Jen Caltrider",
            "submitter_profile_id": 293,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jen Caltrider",
                    "profile_id": 293,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "7 Interesting Things We Learned When We Asked the World About Misinformation",
            "description": "Earlier this year, we asked people all around the world to take a survey on misinformation online. Nearly 60,000 people responded. What we learned is quite interesting.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/blog/7-interesting-things-we-learned-when-we-ask-world-about-misinformation-online/",
            "interest": "How people feel about the problem of misinformation online in 2019",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-16_143427.4597030000.jpg",
            "created": "2019-05-16T14:34:27.459136Z",
            "moderation_state": 3
        },
        {
            "id": 1430,
            "content_url": "https://foundation.mozilla.org/campaigns/youtube-regrets/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Theo Chevalier",
            "submitter_profile_id": 57,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "YouTube Regrets",
            "description": "Got YouTube Regrets? Thousands do! They told us about the videos they wish they’d never clicked that sent them down a rabbit hole they never meant to go down and didn’t know how to stop. Let’s send a message to YouTube: recommend responsibly, or don't recommend at all. No regrets!",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/youtube-regrets/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-10-18_181339.7110640000.jpg",
            "created": "2019-10-18T18:13:39.710358Z",
            "moderation_state": 3
        },
        {
            "id": 1837,
            "content_url": "https://foundation.mozilla.org/campaigns/untrendtwitter/",
            "is_bookmarked": false,
            "tags": [
                "#advocacy",
                "#campaign",
                "mozilla"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Untrend Twitter",
            "description": "Twitter’s ‘trends’ feature has caught the attention of misinformation experts as one mechanism by which misinformation can gain virality, before the fact checkers even notice. With the U.S. election season underway, Twitter must pause algorithmic recommendation of 'trends.'",
            "get_involved": "Sign the petition",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/untrendtwitter/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-24_013049.8709960000.jpg",
            "created": "2020-09-24T01:30:49.870368Z",
            "moderation_state": 3
        },
        {
            "id": 2285,
            "content_url": "https://foundation.mozilla.org/campaigns/tiktok-political-ads/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Brandi Geurkink",
            "submitter_profile_id": 4026,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Brandi Geurkink",
                    "profile_id": 4026,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "These Are “Not” Political Ads",
            "description": "Mozilla’s investigation reveals how political influencers are flying under the radar on TikTok, because TikTok’s political ad policies are not strong and enforceable enough to monitor the full breadth of paid political influence on the platform.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/tiktok-bring-in-ad-transparency-now/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-06-06_171659.8711830000.jpg",
            "created": "2021-10-13T15:56:30.270667Z",
            "moderation_state": 3
        },
        {
            "id": 1764,
            "content_url": "https://foundation.mozilla.org/campaigns/tell-amazon-ring-stop-sharing-information-police-services/",
            "is_bookmarked": false,
            "tags": [
                "Advocacy",
                "Mozilla Campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Tell Amazon Ring: sever police ties",
            "description": "Amazon's Ring doorbell cameras have become very popular, creating a vast neighborhood surveillance network. And Ring shares its footage with law enforcement through its Neighbors Law Enforcement Portal, which has been called the \"perfect storm of privacy threats.\"  If Amazon is serious about its new police policies, it must extend its moratorium to include Ring.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-02_200258.6109550000.jpg",
            "created": "2020-07-02T19:56:52.061293Z",
            "moderation_state": 3
        },
        {
            "id": 1178,
            "content_url": "https://foundation.mozilla.org/campaigns/safety-first/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "campaign",
                "mozilla"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kristina Shu",
            "submitter_profile_id": 95,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Safety First",
            "description": "Video to help keep you & your digital loved ones secure.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-15_224125.0001960000.jpg",
            "created": "2019-05-15T22:41:24.998970Z",
            "moderation_state": 3
        },
        {
            "id": 2286,
            "content_url": "https://foundation.mozilla.org/campaigns/regrets-reporter/findings/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Brandi Geurkink",
            "submitter_profile_id": 4026,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Brandi Geurkink",
                    "profile_id": 4026,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "YouTube Regrets",
            "description": "Mozilla and 37,380 YouTube users conducted a study to better understand harmful YouTube recommendations. This is what we learned.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/regrets-reporter/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-06-06_171615.7112550000.jpg",
            "created": "2021-10-14T11:22:11.638158Z",
            "moderation_state": 3
        },
        {
            "id": 2124,
            "content_url": "https://foundation.mozilla.org/campaigns/regrets-reporter/",
            "is_bookmarked": false,
            "tags": [
                "tmfcr"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Zeina Abi Assy",
            "submitter_profile_id": 4810,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "YouTube Regrets Reporter",
            "description": "Mozilla’s RegretsReporter browser extension transforms everyday YouTube users into YouTube watchdogs. We can use our own data to answer questions about regrettable recommendations that can go a long way towards helping journalists who investigate these problems, other groups like Mozilla who push for more accountability, and engineers and designers who build this technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-06-28_225620.6302240000.png",
            "created": "2021-06-28T22:56:20.629978Z",
            "moderation_state": 3
        },
        {
            "id": 2280,
            "content_url": "https://foundation.mozilla.org/campaigns/petition-slack-block-abuse/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kaili Lambe",
                    "profile_id": 3981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Tell Slack: #BlockAbuse",
            "description": "Chat platform Slack fails to protect its users from harassment and abusive messages. Sign the petition calling on Slack to block abuse.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/petition-slack-block-abuse/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-09-29_210237.5207020000.jpg",
            "created": "2021-09-29T21:02:37.520367Z",
            "moderation_state": 3
        },
        {
            "id": 1838,
            "content_url": "https://foundation.mozilla.org/campaigns/paid-programming/",
            "is_bookmarked": false,
            "tags": [
                "#advocacy",
                "#campaign",
                "mozilla"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Paid Programming: Streaming Services Political Ad Policies",
            "description": "In the middle of watershed U.S. elections and a global pandemic, people are increasingly turning to ad-supported streaming platforms for entertainment. At the same time, these platforms offer little to no transparency into political ad spend, targeting, or how they are enforcing policies. Mozilla just published a detailed report covering six top streaming platforms. See how they compare.",
            "get_involved": "Read and share the report.",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/paid-programming/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-24_014639.4872430000.jpg",
            "created": "2020-09-24T01:46:39.486906Z",
            "moderation_state": 3
        },
        {
            "id": 2063,
            "content_url": "https://foundation.mozilla.org/campaigns/open-letter-to-venmo-make-privacy-the-default/",
            "is_bookmarked": false,
            "tags": [
                "#advocacy",
                "advocacy",
                "Advocacy",
                "campaign",
                "campaigns",
                "#data privacy",
                "mozilla",
                "mozilla campaigns",
                "Mozilla Campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kaili Lambe",
                    "profile_id": 3981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Open Letter to Venmo: Make Privacy the Default",
            "description": "Venmo has a big privacy problem. Read and co-sign the letter from Mozilla and EFF.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/open-letter-to-venmo-make-privacy-the-default/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-05-17_221325.6160690000.jpg",
            "created": "2021-05-17T22:13:25.615701Z",
            "moderation_state": 3
        },
        {
            "id": 1770,
            "content_url": "https://foundation.mozilla.org/campaigns/nextdoor-pause-police-partnerships/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "campaign",
                "mozilla"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Take Action",
                "Join community"
            ],
            "published_by": "Becca Ricks",
            "submitter_profile_id": 282,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Becca Ricks",
                    "profile_id": 282,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Nextdoor: Pause Police Partnerships",
            "description": "People have been raising the alarm for years now about racism on Nextdoor. At the same time, Nextdoor has been courting police departments. The details of these partnerships are largely hidden from public view, leaving Nextdoor unaccountable for the potential negative outcomes for communities disproportionately targeted by police.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/en/campaigns/nextdoor-pause-police-partnerships/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-07-14_161915.9622450000.jpg",
            "created": "2020-07-14T16:19:15.961711Z",
            "moderation_state": 3
        },
        {
            "id": 1023,
            "content_url": "https://foundation.mozilla.org/campaigns/let-us-be-part-hearing/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Facebook: Let Us Be Part of the Hearing",
            "description": "Zuckerberg is going to the EU but answering questions behind closed doors.\n\nTo the Conference of Presidents of the European Parliament we urge you to open your meeting with Mark Zuckerberg to the public.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/let-us-be-part-hearing/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": null,
            "created": "2019-01-30T22:40:32.129994Z",
            "moderation_state": 3
        },
        {
            "id": 1939,
            "content_url": "https://foundation.mozilla.org/campaigns/hulu-its-time-ad-disclosure/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "campaigns",
                "mozilla campaigns"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kaili Lambe",
                    "profile_id": 3981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Hulu: It's time for ad disclosure",
            "description": "Political advertisers are bombarding voters in Georgia with ads on Hulu, but researchers and watchdogs have no way to know what they’re spending, who they’re targeting, or what their message is. Tell Hulu: Release a public ad library.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/hulu-its-time-ad-disclosure/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-12-08_231457.5088590000.jpg",
            "created": "2020-12-08T23:14:57.508179Z",
            "moderation_state": 3
        },
        {
            "id": 1019,
            "content_url": "https://foundation.mozilla.org/campaigns/facebook-update/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Gideon Thomas",
            "submitter_profile_id": 51,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Dear Facebook: Stop cross site tracking by default",
            "description": "You might have seen a Facebook ‘like’ button on websites outside of Facebook. What you may not know is that this button allows Facebook to track what sites you’re browsing in order to target ads to you.\n\nWill you add your name to the petition asking Facebook to turn off default cross-site tracking?",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/facebook-update/",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-30_222927.1102650000.jpg",
            "created": "2019-01-30T22:29:27.109953Z",
            "moderation_state": 3
        },
        {
            "id": 1839,
            "content_url": "https://foundation.mozilla.org/campaigns/facebook-stop-group-recommendations/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "campaign",
                "campaigns",
                "mozilla"
            ],
            "issues": [],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kaili Lambe",
            "submitter_profile_id": 3981,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Kaili Lambe",
                    "profile_id": 3981,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Facebook: Stop Group Recommendations",
            "description": "Facebook Groups pose a major threat in this election season.They’ve become hidden breeding grounds for disinformation campaigns and organizing platforms for extremists. And Facebook’s own algorithmic recommendation engines actively grow these networks by promoting them to unsuspecting users – something the company has known since 2016.",
            "get_involved": "",
            "get_involved_url": "https://foundation.mozilla.org/campaigns/facebook-stop-group-recommendations/",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-09-25_212024.9992900000.jpg",
            "created": "2020-09-25T21:20:24.998773Z",
            "moderation_state": 3
        }
    ]
}