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=-published_by__profile&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=-published_by__profile&page=29",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-published_by__profile&page=27",
    "results": [
        {
            "id": 1041,
            "content_url": "http://curiositydata.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Ciera Martinez",
                    "profile_id": 1566,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Cabinet of Curiosity",
            "description": "A data science project exploring natural history and biodiversity data.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-08_170649.4032930000.png",
            "created": "2019-02-08T17:06:49.402807Z",
            "moderation_state": 3
        },
        {
            "id": 835,
            "content_url": "https://blog.mozilla.org/blog/2018/06/04/mozilla-announces-225000-for-art-and-advocacy-exploring-artificial-intelligence/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 4,
            "related_creators": [],
            "entry_type": "base",
            "title": "$225,000 for Art and Advocacy Exploring Artificial Intelligence",
            "description": "Mozilla’s latest awards will support people and projects that examine the effects of AI on society. In a world where biased algorithms, skewed data sets, and broken recommendation engines can radicalize YouTube users, promote racism, and spread fake news, it’s more important than ever to support artwork and advocacy work that educates and engages internet users.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-04_142956.3857260000.jpg",
            "created": "2018-06-04T14:29:56.385148Z",
            "moderation_state": 3
        },
        {
            "id": 924,
            "content_url": "https://medium.com/read-write-participate/connecting-rural-appalachia-with-community-owned-broadband-817723022187",
            "is_bookmarked": false,
            "tags": [
                "nsf",
                "nsf-wins"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Southern Connected Communities Network",
            "description": "The Southern Connected Communities Network (SCCN) couples access with agency in Tennessee.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-09-25_112334.1092340000.png",
            "created": "2018-09-25T11:23:34.108838Z",
            "moderation_state": 3
        },
        {
            "id": 1204,
            "content_url": "https://youtu.be/_-761RaBp5k",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Outsourcing Ethics to Machines: Mark Surman at re:publica 2019",
            "description": "At re:publica 2019, Mark Surman spoke about:\n\n\"Today, algorithms wield far-ranging influence: they decide what videos we watch next, but also whether or not someone is eligible for parole. Machine decision making has grown ubiquitous. Despite its sophistication, AI can and does discriminate and amplify bias. Our digital society needs to act swiftly: There needs to be more transparency, and ways to correct mistakes and enforce accountability. If we succeed, we can build an innovative *and* just digital society.\"",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-24_164504.6545480000.png",
            "created": "2019-05-24T16:45:04.654089Z",
            "moderation_state": 3
        },
        {
            "id": 636,
            "content_url": "https://medium.com/read-write-participate/on-mobile-apps-who-can-see-your-personal-data-bd8cb8390457",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Study: On Mobile Apps, Who Can See Your Personal Data?",
            "description": "A new report co-authored by Mozilla Fellow Rishab Nithyanand explores the opaque realm of third-party trackers",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-31_025916.5601410000.jpg",
            "created": "2018-03-14T14:26:46.120915Z",
            "moderation_state": 3
        },
        {
            "id": 1009,
            "content_url": "https://medium.com/read-write-participate/announcing-openscapes-open-science-is-better-science-debe520d3de5",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Julia Stewart Lowndes",
                    "profile_id": 1560,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Openscapes",
            "description": "Mozilla Fellow Julia Lowndes has launched a mentorship program to help environmental scientists work more openly",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-29_140359.1243740000.png",
            "created": "2019-01-29T14:03:59.123889Z",
            "moderation_state": 3
        },
        {
            "id": 667,
            "content_url": "https://medium.com/read-write-participate/mapping-oregons-wetlands-with-help-from-high-schoolers-and-gigabit-technology-d526677aaf41",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Real Time Wetland Restoration Mapping and Analysis",
            "description": "High school students in Oregon will stream GIS data collected from wetlands to the Army Corps of Engineers in real-time, taking advantage of Eugene’s high-speed, low-latency gigabit network. In the process, students will support the local ecosystem — and learn all about an emerging technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-04-02_151853.0339740000.jpg",
            "created": "2018-04-02T15:18:53.033462Z",
            "moderation_state": 3
        },
        {
            "id": 1650,
            "content_url": "https://www.accessnow.org/cms/assets/uploads/2020/04/Fighting-misinformation-and-defending-free-expression-during-COVID-19-recommendations-for-states-1.pdf",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Fighting Misinformation and Defending Free Expression During COVID-19",
            "description": "In this paper, Access Now provides recommendations for protecting freedom of expression and opinion and the right to impart and receive information to enable governments​ to fight the COVID-19 health crisis in a rights-respecting manner.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-29_163304.5490700000.png",
            "created": "2020-04-29T16:33:04.548241Z",
            "moderation_state": 3
        },
        {
            "id": 1651,
            "content_url": "https://www.accessnow.org/cms/assets/uploads/2020/03/Access-Now-recommendations-on-Covid-and-data-protection-and-privacy.pdf",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Recommendations on Privacy and Data Protection in the Fight Against COVID-19",
            "description": "In this paper, Access Now provides ​privacy and data protection recommendations for governments​ to fight against COVID-19 in a rights-respecting manner.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-29_163519.9933220000.png",
            "created": "2020-04-29T16:35:19.992780Z",
            "moderation_state": 3
        },
        {
            "id": 1652,
            "content_url": "https://digitalfreedomfund.org/why-covid-19-is-a-crisis-for-digital-rights/",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Why COVID-19 is a Crisis for Digital Rights",
            "description": "\"The COVID-19 pandemic has triggered an equally urgent digital rights crisis,\" writes the Digital Freedom Fund's Nani Jansen Reventlow in this blog post.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-29_163803.7942600000.png",
            "created": "2020-04-29T16:38:03.793934Z",
            "moderation_state": 3
        },
        {
            "id": 1653,
            "content_url": "https://edri.org/covid19-edri-coronavirus-fundamentalrights/",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "EDRi calls for fundamental rights-based responses to COVID-19",
            "description": "In a recent statement released on 20 March 2020, European Digital Rights (EDRi) calls on the Member States and institutions of the European Union (EU) to ensure that, while developing public health measures to tackle COVID-19, they:\n\nStrictly uphold fundamental rights;\nProtect data for now and the future;\nLimit the purpose of data for COVID-19 crisis only;\nImplement exceptional measures for the duration of the crisis only;\nCondemn racism and discrimination;\nDefend freedom of expression and information.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-29_164441.9497280000.png",
            "created": "2020-04-29T16:44:41.949120Z",
            "moderation_state": 3
        },
        {
            "id": 1654,
            "content_url": "https://algorithmwatch.org/en/our-position-on-adms-and-the-fight-against-covid19/",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Automated decision-making systems and the fight against COVID-19",
            "description": "“As the COVID-19 pandemic rages throughout the world, many are wondering whether and how to use automated decision-making systems (ADMS) to curb the outbreak,” Algorithm Watch writes. “Different solutions are being proposed and implemented in different countries, ranging from authoritarian social control (China) to privacy-oriented, decentralized solutions (MIT’s ‘Safe Path’).” It continues on to unpack 11 principles and considerations.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-29_164649.7889010000.jpg",
            "created": "2020-04-29T16:46:49.788244Z",
            "moderation_state": 3
        },
        {
            "id": 1656,
            "content_url": "https://www.netgainpartnership.org/events/covid19/disinformation",
            "is_bookmarked": false,
            "tags": [
                "Covid-19"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Disinformation, Digital Hate and Big Tech: NetGain Webinar Series",
            "description": "These NetGain Partnership webinars will bring together researchers focused on understanding the spread of disinformation and hateful speech, along with journalists and advocates, to discuss what is happening on social media and how tech companies and governments should address ‘information disorder’ moving forward.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-04-29_205428.7053230000.png",
            "created": "2020-04-29T20:54:28.704726Z",
            "moderation_state": 3
        },
        {
            "id": 1715,
            "content_url": "https://foundation.mozilla.org/en/blog/poll-video-call-app-usage-rises-so-does-anxiety-about-privacy/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Poll: As Video Call App Usage Rises, So Does Anxiety About Privacy",
            "description": "Fresh research from Mozilla and Ipsos provides insight into the volume of Americans now using video chat apps, which apps are most popular, and what is most concerning to consumers regarding privacy and security.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2020-05-08_224310.0557980000.jpg",
            "created": "2020-05-08T22:43:10.055098Z",
            "moderation_state": 3
        },
        {
            "id": 863,
            "content_url": "https://www.techrepublic.com/videos/why-open-source-isnt-just-about-code/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 14,
            "related_creators": [
                {
                    "name": "Abigail Cabunoc Mayes",
                    "profile_id": 62,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Why open source isn't just about code",
            "description": "Mozilla's Abby Cabunoc Mayes spoke with TechRepublic about why open source isn't just about code.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-06-29_132832.6401070000.png",
            "created": "2018-06-29T13:28:32.639443Z",
            "moderation_state": 3
        },
        {
            "id": 953,
            "content_url": "https://www.youtube.com/watch?list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV&v=FsIXHQifkXw",
            "is_bookmarked": false,
            "tags": [
                "#2018dnd"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Data Balancing Act",
            "description": "As billions more people and tens of billion more devices come online, boundless amounts of data are created. How do we use it for good (development, smarter cities) and not bad (surveillance, insecurity)?This panel from MozFest 2018 features Zara Rahman, researcher at the Engine Room working at the intersection of technology and social justice; and Malavika Jayaram, executive director of Digital Asia Hub and faculty associate at Harvard’s Berkman Klein Center for Internet & Society.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192355.9297270000.jpg",
            "created": "2018-11-07T16:32:25.618351Z",
            "moderation_state": 3
        },
        {
            "id": 1010,
            "content_url": "https://medium.com/read-write-participate/skincare-and-opsec-forever-8d2f4f37b438",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Skincare and Opsec Forever",
            "description": "Beauty vlogs and cyber-security tips actually make a pretty good couple",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-29_140438.6946660000.png",
            "created": "2019-01-29T14:04:38.694308Z",
            "moderation_state": 3
        },
        {
            "id": 637,
            "content_url": "https://www.youtube.com/watch?v=4TNVkga8ZAA",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Join community",
                "Plan & organize"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Temi Lasade-Anderson",
                    "profile_id": 297,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "The Entirety of MozFest 2017 in Three Minutes",
            "description": "MozFest is the world’s leading festival for the open internet movement. It’s where passionate technologists, educators, and makers come together to explore the future of the open web.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-14_160527.7576500000.png",
            "created": "2018-03-14T16:05:27.757084Z",
            "moderation_state": 3
        },
        {
            "id": 956,
            "content_url": "https://www.youtube.com/watch?v=R8crgz1Wb1I&list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV&index=3",
            "is_bookmarked": false,
            "tags": [
                "#2018dnd"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Who Controls the Internet?",
            "description": "The internet was intended for many, but today it’s controlled by few. A discussion about centralization and possible solutions, from antitrust to a new economic model.This MozFest 2018 panel features Mozilla director of public policy Chris Riley and EDRi senior policy advisor Maryant Fernandez.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192344.2527920000.jpg",
            "created": "2018-11-07T16:35:51.042713Z",
            "moderation_state": 3
        },
        {
            "id": 1206,
            "content_url": "https://medium.com/read-write-participate/when-your-ai-assistant-misbehaves-750f7bf23a53",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "A Week With Wanda",
            "description": "A web-based simulation exploring the risks of AI. Play the game at https://weekwithwanda.com",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-24_164654.6292030000.png",
            "created": "2019-05-24T16:46:54.628679Z",
            "moderation_state": 3
        },
        {
            "id": 1372,
            "content_url": "https://foundation.mozilla.org/blog/youtube-regrets/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "mozilla campaigns"
            ],
            "issues": [
                "Web Literacy",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 4,
            "related_creators": [],
            "entry_type": "base",
            "title": "YouTube Regrets: Share Your Story",
            "description": "YouTube’s recommendation engine can lead users down bizarre rabbit holes — and they’re not always harmless. As our researchers here at Mozilla urge YouTube to be more open about how this happens and find out how their recommendations can be made less harmful, we want to hear your YouTube regrets. What is the one video you clicked on that suddenly sent you down a YouTube wormhole you didn’t intend to go down or altered your recommendations for the worse?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-13_144123.7697840000.jpg",
            "created": "2019-09-13T14:41:23.769209Z",
            "moderation_state": 3
        },
        {
            "id": 471,
            "content_url": "https://medium.com/@amina_fazlullah/bringing-broadband-to-the-unconnected-b6cb759547d2",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Blog: Bringing Broadband to the Unconnected",
            "description": "Mozilla Tech Policy Fellow Amina Fazlullah writes about the need to connect the unconnected.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-17_162330.4883370000.png",
            "created": "2017-10-17T16:23:30.487656Z",
            "moderation_state": 3
        },
        {
            "id": 1006,
            "content_url": "https://blog.witness.org/2019/01/how-to-back-up-whatsapp/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Gabriela Ivens",
                    "profile_id": 1558,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Tutorial: How to Back Up WhatsApp",
            "description": "The messaging platform WhatsApp has 1.5 billion users worldwide and is increasingly being used as a tool to organize, mobilize, as well as to share important human rights content. This tutorial, put together by WITNESS, helps you decide whether you should use WhatsApp’s built-in backup options, and if so, how to back up your WhatsApp.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-25_183505.7512590000.png",
            "created": "2019-01-25T18:35:05.750848Z",
            "moderation_state": 3
        },
        {
            "id": 478,
            "content_url": "https://medium.com/@abdavidson/building-our-technology-policy-future-5b04479243a4",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Blog: Building our Technology Policy Future",
            "description": "Mozilla Tech Policy Fellow Alan Davidson asks: How do we inspire a next generation of leaders with expertise in technology and public policy to guide our society through coming challenges?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-10-20_162418.7449330000.png",
            "created": "2017-10-20T16:24:18.744298Z",
            "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": 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": 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": 1054,
            "content_url": "http://ohi-science.org/news/fellows-2019",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Julia Lowndes",
                    "profile_id": 2087,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "2019 Ocean Health Index Fellows",
            "description": "The second cohort of Ocean Health Index Fellows will use open data and tools to assess the state of the world’s oceans — and help inform vital marine policy",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-03-08_150318.2266630000.png",
            "created": "2019-03-08T15:03:18.226296Z",
            "moderation_state": 3
        },
        {
            "id": 1043,
            "content_url": "https://foundation.mozilla.org/en/campaigns/eu-misinformation/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "campaign",
                "mozilla"
            ],
            "issues": [
                "Web Literacy",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Letter: Facebook, Do Your Part Against Disinformation",
            "description": "Mozilla, Access Now, Reporters Without Borders, and 30 other organizations have published an open letter to Facebook. The ask: make good on your promises to provide more transparency around political advertising ahead of the 2019 EU Parliamentary Elections.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-11_153211.2405180000.jpg",
            "created": "2019-02-11T15:32:11.239611Z",
            "moderation_state": 3
        },
        {
            "id": 1007,
            "content_url": "https://www.fastcompany.com/90293980/to-fix-the-web-give-it-back-to-the-users",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Essay: To fix the web, give it back to the users",
            "description": "In Fast Company, Mozilla Fellow Richard Whitt argues that letting people control the data they create and make informed decisions about privacy would shift the balance of power from platforms to people.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-25_183612.4226130000.jpg",
            "created": "2019-01-25T18:36:12.422295Z",
            "moderation_state": 3
        },
        {
            "id": 877,
            "content_url": "https://blog.mozilla.org/blog/2018/07/19/a-science-fair-with-1-6-million-in-prizes/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Attend",
                "Promote",
                "Join community"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "A Science Fair with $1.6 Million in Prizes",
            "description": "As the final part of Mozilla and the National Science Foundation’s Wireless Innovation Challenges, 14 community technologists will live demo their creative projects in Mountain View, CA this August",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-07-19_121829.6558480000.jpg",
            "created": "2018-07-19T12:18:29.655193Z",
            "moderation_state": 3
        },
        {
            "id": 440,
            "content_url": "https://paperstorm.it/",
            "is_bookmarked": false,
            "tags": [
                "net neutrality"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Take Action"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Paperstorm for Net Neutrality",
            "description": "Mozilla’s activism website Paperstorm makes standing up for net neutrality simple. All you have to do is click — a lot",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-20_173627.7034410000.jpg",
            "created": "2017-09-20T17:36:27.702765Z",
            "moderation_state": 3
        },
        {
            "id": 1008,
            "content_url": "https://medium.com/read-write-participate/report-net-neutrality-compliance-and-enforcement-in-the-eu-is-flawed-2ddc022d0bbd",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Report: Net Neutrality Compliance and Enforcement in the EU is Flawed",
            "description": "New research by epicenter.works and Mozilla Fellow Thomas Lohninger finds that many telecom companies in Europe are flouting net neutrality rules — and EU member states often aren’t reacting",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-29_140312.0111800000.png",
            "created": "2019-01-29T14:03:12.010778Z",
            "moderation_state": 3
        },
        {
            "id": 170,
            "content_url": "http://www.consumerreports.org/mobile-apps/how-to-pick-a-secure-messaging-app/",
            "is_bookmarked": false,
            "tags": [
                "encryption",
                "privacy"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How to Pick a Secure Messaging App",
            "description": "A guide to secure messaging apps, penned by Consumer Reports with Mozilla as a source",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-03-24_204517.0691410000.png",
            "created": "2017-03-24T20:45:17.068703Z",
            "moderation_state": 3
        },
        {
            "id": 1053,
            "content_url": "https://medium.com/read-write-participate/meet-mozillas-latest-open-science-awardees-cfa45348e5d5",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Mozilla’s Latest Open Science Awardees",
            "description": "Among the projects receiving funds: a community-owned publishing platform for research. A three-day hackathon for scientists in the life sciences. And open-source protocols for analyzing the yeast DNA in beer.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-03-08_150111.5586630000.png",
            "created": "2019-03-08T15:01:11.558285Z",
            "moderation_state": 3
        },
        {
            "id": 1048,
            "content_url": "https://medium.com/read-write-participate/seeking-projects-at-the-intersection-of-openness-and-science-3f2dd5a1fa00",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Applications Open for Open Science Mini-Grants",
            "description": "The principle of “open” doesn’t just apply to software — everything from data science to environmental research can be open source, too.\n\nThis is the thinking behind Mozilla’s Open Science Mini-Grants: awards ranging from $3,000 to $10,000 USD that support projects making science more accessible, transparent, and reproducible.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-21_181826.8160370000.png",
            "created": "2019-02-21T18:18:26.814717Z",
            "moderation_state": 3
        },
        {
            "id": 437,
            "content_url": "https://medium.com/read-write-participate/media-party-argentina-trying-to-unravel-the-impact-of-fake-news-in-the-post-truth-era-b7eefe1c435f",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Promote",
                "Join community"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Phillip Smith",
                    "profile_id": 50,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Mozilla at Media Party Argentina",
            "description": "The Mozilla Information Trust Initiative heads to Latin America to unravel the impact of fake news in the post truth era.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-09-14_135308.4051180000.png",
            "created": "2017-09-14T13:53:08.404660Z",
            "moderation_state": 3
        },
        {
            "id": 611,
            "content_url": "https://medium.com/@peterbihr/welcome-to-the-post-social-media-era-bd60be62f4f1",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Peter Bihr",
                    "profile_id": 387,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Welcome to the Post-Social Media Era",
            "description": "\"We’re headed into a social media winter. The post-social era has begun,\" writes Mozilla Fellow Peter Bihr.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-02_141742.6171350000.png",
            "created": "2018-03-02T14:17:42.615702Z",
            "moderation_state": 3
        },
        {
            "id": 1046,
            "content_url": "https://foundation.mozilla.org/en/campaigns/dear-retailers/",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "campaign",
                "mozilla"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Open Letter: Retailers, Don't Sell Insecure Products",
            "description": "Mozilla and its allies are asking four major retailers to adopt Minimum Security Guidelines",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-14_212414.1174750000.png",
            "created": "2019-02-14T21:24:14.116980Z",
            "moderation_state": 3
        },
        {
            "id": 197,
            "content_url": "https://i4oc.org/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Initiative for Open Citations (I4OC)",
            "description": "The Initiative for Open Citations I4OC is a collaboration between scholarly publishers, researchers, and other interested parties to promote the unrestricted availability of scholarly citation data.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-04-10_151057.6537440000.png",
            "created": "2017-04-10T15:10:57.653229Z",
            "moderation_state": 3
        },
        {
            "id": 620,
            "content_url": "https://medium.com/read-write-participate/connecting-the-unconnected-in-detroit-f56790bea8e0",
            "is_bookmarked": false,
            "tags": [
                "21c skills",
                "nsf",
                "nsf-wins"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization"
            ],
            "help_types": [
                "Plan & organize",
                "Fundraise",
                "Join community"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Equitable Internet Initiative",
            "description": "The Equitable Internet Initiative is bringing internet access and digital skills to underserved Detroit neighborhoods",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-08_184412.1773240000.png",
            "created": "2018-03-08T18:44:12.176694Z",
            "moderation_state": 3
        },
        {
            "id": 1182,
            "content_url": "https://medium.com/read-write-participate/a-serial-fiction-newsletter-exploring-the-consequences-of-flawed-ai-52a28f8f4019",
            "is_bookmarked": false,
            "tags": [
                "cma2019",
                "mozilla-cma"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Training Commission",
            "description": "Introducing ‘The Training Commission’ -- a Mozilla Creative Media Awardee, and serial fiction newsletter exploring the consequences of flawed AI",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-17_154526.6648700000.png",
            "created": "2019-05-17T15:45:26.664444Z",
            "moderation_state": 3
        },
        {
            "id": 265,
            "content_url": "https://paperstorm.it/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Paperstorm",
            "description": "Paperstorm is a playful-but-political digital advocacy tool. It allows users to “drop” digital leaflets on maps of European cities, which urge lawmakers to reform outdated copyright law. Paperstorm is a collaboration between Mozilla and Dutch design studio Moniker.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-05-09_121502.5424060000.png",
            "created": "2017-05-09T12:15:02.542030Z",
            "moderation_state": 3
        },
        {
            "id": 1183,
            "content_url": "https://medium.com/read-write-participate/amazon-mandate-privacy-policies-for-all-connected-products-999884c5c65a",
            "is_bookmarked": false,
            "tags": [
                "advocacy",
                "campaign",
                "mozilla",
                "mozilla campaigns"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Amazon: Mandate Privacy Policies for All Connected Products",
            "description": "Mozilla is urging Amazon to take an important step for consumer privacy: Mandate that all third-party internet-connected products for sale on its platform have a privacy policy.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-05-17_154628.4021210000.png",
            "created": "2019-05-17T15:46:28.401505Z",
            "moderation_state": 3
        },
        {
            "id": 1033,
            "content_url": "https://medium.com/read-write-participate/apply-to-host-a-mozilla-fellow-d3f82106fcef",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [],
            "entry_type": "base",
            "title": "Apply to Host a Mozilla Fellow",
            "description": "Ford Foundation and Mozilla are accepting applications from organizations eager to host a Mozilla Fellow. If you’re an organization championing internet health, apply.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-04_153645.2392490000.jpg",
            "created": "2019-02-04T15:36:45.238882Z",
            "moderation_state": 3
        },
        {
            "id": 1040,
            "content_url": "https://medium.com/read-write-participate/introducing-the-superrr-fellowship-for-feminist-technologists-a78062612287",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Feminist Tech Fellowship",
            "description": "Julia Kloiber has launched the Feminist Tech Fellowship, a program for technologists, artists, and activists working at the intersection of feminism and technology.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-02-07_143338.6284190000.png",
            "created": "2019-02-07T14:33:38.627936Z",
            "moderation_state": 3
        },
        {
            "id": 634,
            "content_url": "https://www.wired.com/story/isis-russia-manufacture-crowds/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How ISIS and Russia Won Friends and Manufactured Crowds",
            "description": "Mozilla Fellow Renee DiResta writes about media and misinformation for WIRED.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-13_201828.2169700000.png",
            "created": "2018-03-13T20:18:28.216404Z",
            "moderation_state": 3
        },
        {
            "id": 1251,
            "content_url": "https://runyourown.social/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Darius Kazemi",
                    "profile_id": 1556,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Run Your Own Social",
            "description": "Mozilla Fellow Darius Kazemi has published a DIY playbook for those disenchanted with Facebook, Twitter, and other platforms",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-11_190143.2463030000.png",
            "created": "2019-07-11T19:01:43.245814Z",
            "moderation_state": 3
        }
    ]
}