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=-get_involved_url&page=32
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=-get_involved_url&page=33",
    "previous": "https://api.mozillapulse.org/api/pulse/v2/entries/?format=api&ordering=-get_involved_url&page=31",
    "results": [
        {
            "id": 938,
            "content_url": "http://dcdpindia.org",
            "is_bookmarked": false,
            "tags": [
                "digital inclusion"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Udita Chaturvedi",
            "submitter_profile_id": 1681,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Udita Chaturvedi",
                    "profile_id": 1681,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Local to Global: India's Rural Artisans Go Digital",
            "description": "DigiKargha, an initiative of DEF India, aims to support its traditional handloom and handicraft clusters of India in an effort to lead them towards maturity and sustainability through digital empowerment and socio-economic sustainability.\n\nDigiKargha primarily involve inclusive and decentralised use of Information Communication Technology (ICT) and other digital tools in critical aspects of cluster development, especially improving and scaling up weaving skills, designs, marketing and entrepreneurship, along with creating sustainable livelihood options for youth in the clusters.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "To understand how rural India is transforming with the help of digital tools",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-10-22_180408.1028940000.JPG",
            "created": "2018-10-22T18:04:08.102181Z",
            "moderation_state": 3
        },
        {
            "id": 944,
            "content_url": "https://talamoig.github.io/sketches/MozFest2018.html",
            "is_bookmarked": false,
            "tags": [
                "2018",
                "Artists Open Web"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Luca M. Damiani",
            "submitter_profile_id": 504,
            "bookmark_count": 2,
            "related_creators": [],
            "entry_type": "base",
            "title": "Illustrating MozFest",
            "description": "As part of the Art+Data experience, Ivano Talamo developed illustrative observations during the Mozilla Festival 2018. With an onsite live illustration practice, Ivano explored the overall event, creating digital drawings and then sharing them online. Here is a brief collection of some of the drawings created during the event, sided by some reflection from the illustrator himself.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-02_102101.0637120000.png",
            "created": "2018-11-02T10:21:01.063146Z",
            "moderation_state": 3
        },
        {
            "id": 946,
            "content_url": "https://blog.mozilla.org/blog/2018/10/24/keeping-ai-accountable-with-science-fiction-documentaries-and-doodles-plus-225000/",
            "is_bookmarked": false,
            "tags": [
                "cma2018",
                "mozilla-cma"
            ],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 6,
            "related_creators": [],
            "entry_type": "base",
            "title": "Creative Media Award winners",
            "description": "Mozilla is announcing the seven recipients of its Creative Media Awards — projects that use art and advocacy to highlight the unintended consequences of artificial intelligence",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-02_152501.8680940000.png",
            "created": "2018-11-02T15:25:01.867748Z",
            "moderation_state": 3
        },
        {
            "id": 952,
            "content_url": "https://www.youtube.com/watch?v=cyEwbmYn7fA&index=7&list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV",
            "is_bookmarked": false,
            "tags": [
                "#2018dnd"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Privacy, Identity, and Gender Online",
            "description": "Soudeh Rad, president of Feminist Spectrum, speaks at MozFest 2018. Feminist Spectrum is a Paris-based nonprofit working on gender equality and education.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-07_163057.3538890000.jpg",
            "created": "2018-11-07T16:30:57.353362Z",
            "moderation_state": 3
        },
        {
            "id": 954,
            "content_url": "https://www.youtube.com/watch?v=baPF-sOXP24&index=5&list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "The Internet’s Original Sin",
            "description": "Renee DiResta, Mozilla Fellow in Media, Misinformation and Trust, speaks at MozFest 2018. Renee investigates the spread of disinformation and manipulated narratives across social networks.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-07_163324.4326360000.jpg",
            "created": "2018-11-07T16:33:24.432333Z",
            "moderation_state": 3
        },
        {
            "id": 955,
            "content_url": "https://www.youtube.com/watch?list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV&v=sOieG7xvBNA",
            "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 State of Privacy in Sub-Saharan Africa",
            "description": "Julie Owono, executive director of Internet Sans Frontières, speaks at MozFest 2018. Internet Sans Frontières protects human rights online.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-07_163417.4665010000.jpg",
            "created": "2018-11-07T16:34:17.466180Z",
            "moderation_state": 3
        },
        {
            "id": 1278,
            "content_url": "https://groundhog-chinchilla-78ef.squarespace.com/about",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Web Literacy",
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Heather Stone",
            "submitter_profile_id": 1648,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Heather Stone",
                    "profile_id": 1648,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "VRStoryGram",
            "description": "VRStorygram creates an inclusive community where people from around the world and even next door easily make connections about the changing environment. Community voices become world voices through the sharing of the effects of local environmental changes using virtual reality as a vehicle to promote activism.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_215244.2261060000.png",
            "created": "2019-08-01T21:52:44.213199Z",
            "moderation_state": 3
        },
        {
            "id": 1287,
            "content_url": "https://godotengine.org/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code"
            ],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Godot Engine",
            "description": "Godot provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel.  Godot is completely free and open-source under the very permissive MIT license. No strings attached, no royalties, nothing. Your game is yours, down to the last line of engine code.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_225437.4408590000.png",
            "created": "2019-08-01T22:54:37.422747Z",
            "moderation_state": 3
        },
        {
            "id": 1307,
            "content_url": "https://github.com/Miserlou/Zappa",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2017"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [
                "Code"
            ],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Zappa",
            "description": "Python's serverless framework",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-02_042545.2056310000.png",
            "created": "2019-08-02T04:25:45.183765Z",
            "moderation_state": 3
        },
        {
            "id": 949,
            "content_url": "https://www.youtube.com/watch?v=elfSzMATcB4&index=10&list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV",
            "is_bookmarked": false,
            "tags": [
                "#2018dnd",
                "5yearsdand"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Tim Berners-Lee on His Latest Work",
            "description": "Sir Tim Berners-Lee, who invented the web in 1989, speaks at MozFest 2018. Tim is the founder and director of the World Wide Web Foundation and a professor at Massachusetts Institute of Technology and at Oxford University. He is co-founder and CTO of the newly launched company inrupt, that’s helping to fuel the success of Solid, the technically potent open-source platform built to decentralize the web.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2021-07-05_192412.7372290000.jpg",
            "created": "2018-11-07T16:26:44.923534Z",
            "moderation_state": 3
        },
        {
            "id": 958,
            "content_url": "https://www.youtube.com/watch?v=503Yup0wpIk&list=PLnRGhgZaGeBu6RousMarM2sS6r8ajFUeV&index=1",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "AI’s Collateral Damage",
            "description": "Silicon Valley, Washington, DC, Beijing and other power centers are in an AI arms race. What does this mean for human rights and the centralization of power?\n\nThis panel from MozFest 2018 features Mozilla Fellow Camille Francois; AlgoTransparency founder Guillaume Chaslot; Social Science Research Council president Alondra Nelson; and author and former FBI special agent Clinton Watts.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-07_163808.7763850000.jpg",
            "created": "2018-11-07T16:38:08.775849Z",
            "moderation_state": 3
        },
        {
            "id": 888,
            "content_url": "https://medium.com/read-write-participate/democratizing-tech-education-at-the-brooklyn-public-library-55060e7ee512",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 2,
            "related_creators": [
                {
                    "name": "Maya Wagoner",
                    "profile_id": 1779,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Democratizing Tech Education at the Brooklyn Public Library",
            "description": "Mozilla Fellow Maya Wagoner reflects on her work with Brooklyn Public Library",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-08-03_122557.3665850000.png",
            "created": "2018-08-03T12:25:57.366238Z",
            "moderation_state": 3
        },
        {
            "id": 1154,
            "content_url": "https://docs.google.com/document/d/1y1e2jYqMiFk3Yk_-MuNdOqx0QsRz0TyT1oGJq9thsWo/edit#heading=h.ux2z11acevgf",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Cambria Finegold",
            "submitter_profile_id": 2030,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Cambria Finegold",
                    "profile_id": 2030,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "OpenLeaders 7 case study",
            "description": "Culture track case study for OpenLeaders 7",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "To capture reflections from OL7 participants",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-05-02T11:13:12.675832Z",
            "moderation_state": 3
        },
        {
            "id": 965,
            "content_url": "https://cancerletter.com/articles/20181116_1/",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Artificial intelligence can entrench disparities—here’s what we must do",
            "description": "How can we bring together the excitement for the possibilities of AI in medicine with the sobering reality of stubborn health disparities that remain despite technological advances?",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-11-30_173454.1156620000.jpg",
            "created": "2018-11-30T17:34:54.115253Z",
            "moderation_state": 3
        },
        {
            "id": 1280,
            "content_url": "https://gitlab.com/gitmate",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "GitMate",
            "description": "GitMate is a tool that acts like a spam filter for GitHub and GitLab issues and can save up to 500Eur per software developer. It automatically labels and deduplicates incoming issues and closes old issues as they go stale and lack information to be solved",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_221159.7659150000.png",
            "created": "2019-08-01T22:11:59.745962Z",
            "moderation_state": 3
        },
        {
            "id": 973,
            "content_url": "https://dingdingding.org/",
            "is_bookmarked": false,
            "tags": [
                "diversity",
                "Feminism",
                "future",
                "optimism"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [],
            "published_by": "Julia Kloiber",
            "submitter_profile_id": 1829,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Michelle Thorne",
                    "profile_id": 70,
                    "is_active": true
                },
                {
                    "name": "Julia Kloiber",
                    "profile_id": 1829,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Read DING, a Magazine About the Future",
            "description": "In the second-ever edition of DING — Mozilla’s magazine about technology, society, and the future — we say goodbye to oppressive technology and economic disenfranchisement. Writers, technologists, and artists from all across the world help us explore the stories of a time that is yet to come. They investigate the future from many different angles and take a look at structures rather than technologies.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-12-13_150445.2293900000.png",
            "created": "2018-12-13T15:04:45.228688Z",
            "moderation_state": 3
        },
        {
            "id": 968,
            "content_url": "https://medium.com/read-write-participate/introducing-the-trustable-technology-mark-f2ed8df3ba1c",
            "is_bookmarked": false,
            "tags": [],
            "issues": [],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Peter Bihr",
                    "profile_id": 387,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Trustable Technology Mark",
            "description": "A new tool by ThingsCon in Berlin will help consumers identify which devices truly respect their privacy and security",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-12-07_003304.8780840000.png",
            "created": "2018-12-07T00:33:04.877417Z",
            "moderation_state": 3
        },
        {
            "id": 966,
            "content_url": "https://mindful.technology/mozfest-distraction-workshop/",
            "is_bookmarked": false,
            "tags": [
                "addictive tech",
                "distracting tech",
                "mindfulness",
                "mozfest"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Justin Emery",
            "submitter_profile_id": 1794,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Justin Emery",
                    "profile_id": 1794,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozFest 2018 workshop: Combating Online Distraction and Addiction",
            "description": "Report on experience of facilitating a #MozFest 2018 workshop on online distraction and addiction. We looked at why today's technology is distracting, then discussed solutions to this including tools and behavioural changes.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2018-12-02T12:33:43.279754Z",
            "moderation_state": 3
        },
        {
            "id": 984,
            "content_url": "https://www.slideshare.net/anant90/mozfest-2018-session-slides-lets-fool-modern-ai-systems-with-stickers",
            "is_bookmarked": false,
            "tags": [
                "artificial intelligence",
                "mozfest",
                "online privacy & security"
            ],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [
                "Promote",
                "Test & feedback"
            ],
            "published_by": "Anant Jain",
            "submitter_profile_id": 1659,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Anant Jain",
                    "profile_id": 1659,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Let's fool modern A.I. Systems with Stickers.",
            "description": "The goal of this session at MozFest 2018 was to demystify Machine Learning for the participants and show them a real Machine Learning system in action. The secondary goal was to show that Machine Learning is itself just another tool, susceptible to adversarial attacks. These can have huge implications, especially in a world with self-driving cars and other automation. This is a link to the slides from the session.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-02_194603.4342870000.png",
            "created": "2019-01-02T19:46:03.433501Z",
            "moderation_state": 3
        },
        {
            "id": 979,
            "content_url": "https://karisma.org.co/alertamachitroll",
            "is_bookmarked": false,
            "tags": [
                "Feminism",
                "GBV"
            ],
            "issues": [
                "Digital Inclusion"
            ],
            "help_types": [
                "Plan & organize",
                "Create content",
                "Promote",
                "Design"
            ],
            "published_by": "Amalia Toledo",
            "submitter_profile_id": 1531,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Amalia Toledo",
                    "profile_id": 1531,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Alerta Machitroll",
            "description": "A digital campaign to fight back online macho violence against women and gender dissidents through a humor-based counter-speech",
            "get_involved": "As part of the campaign, we have developed a workshop to identify machitrolls and looks for way to fight back GBV online.",
            "get_involved_url": "",
            "interest": "It's a very creative idea that can be replicated in other places.",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-12-17_220752.6796090000.png",
            "created": "2018-12-17T22:07:52.679092Z",
            "moderation_state": 3
        },
        {
            "id": 986,
            "content_url": "https://strongercommunities.info",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Privacy & Security"
            ],
            "help_types": [
                "Plan & organize"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 3,
            "related_creators": [],
            "entry_type": "base",
            "title": "Organizational Digital Security Workshops for Immigrant Justice",
            "description": "This is a comprehensive digital security curriculum for activists and technologists who work alongside vulnerable immigrant populations in the United States.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-04_164131.5155040000.png",
            "created": "2019-01-04T16:41:31.514886Z",
            "moderation_state": 3
        },
        {
            "id": 985,
            "content_url": "https://www.eventbrite.com/e/webinar-welcoming-thimble-to-glitch-tickets-53752544307",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [
                "Attend",
                "Promote"
            ],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 4,
            "related_creators": [],
            "entry_type": "base",
            "title": "Webinar: Welcoming Thimble to Glitch",
            "description": "Welcome Thimble users! Join the Glitch team for a webinar on how to use Glitch! We'll go over Glitch basics, how to migrate Thimble projects to Glitch, and key differences between Glitch and Thimble that you should be aware of.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": true,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-04_134431.6578200000.jpg",
            "created": "2019-01-04T13:44:31.657162Z",
            "moderation_state": 3
        },
        {
            "id": 988,
            "content_url": "https://medium.com/@valentina_7678/its-true-there-really-are-cookie-monsters-3a849ce07be2",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Valentina Pavel",
                    "profile_id": 1562,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Third Party Cookie (Monsters)",
            "description": "How third-party cookies can undermine privacy and the user experience.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-10_191243.4068160000.png",
            "created": "2019-01-10T19:12:43.406246Z",
            "moderation_state": 3
        },
        {
            "id": 1272,
            "content_url": "https://civicrm.org",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "project",
            "title": "CiviCRM Core Support and Development Inquiry",
            "description": "CiviCRM is an open source CRM built by a community of contributors and supporters, and coordinated by the Core Team. CiviCRM is web-based software used by a diverse range of organisations, particularly not-for-profit organizations (nonprofits and civic sector organizations). CiviCRM offers a complete feature set out of the box and can integrate with your website.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-07-31_185809.1982860000.png",
            "created": "2019-07-31T18:58:09.165014Z",
            "moderation_state": 3
        },
        {
            "id": 993,
            "content_url": "https://www.cnn.com/2019/01/15/opinions/artificial-intelligence-ethical-responsible-programming-surman/index.html",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Privacy & Security",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Op-ed | How to keep AI from turning into the Terminator",
            "description": "Mozilla Executive Director Mark Surman on the need for responsible, ethical AI.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-18_180909.2513890000.png",
            "created": "2019-01-18T18:09:09.250649Z",
            "moderation_state": 3
        },
        {
            "id": 623,
            "content_url": "http://jedahan.com/baculus/",
            "is_bookmarked": false,
            "tags": [
                "nsf",
                "nsf-wins"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Kevin Zawacki",
            "submitter_profile_id": 82,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Jonathan Dahan",
                    "profile_id": 529,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Baculus",
            "description": "Baculus is a telescoping antennae/flag, a Wi-Fi access point, small computer, GPS transceiver, software defined radio, and battery, all housed inside a rolling backpack. The project provides applications like maps and message boards over an ad-hoc, self-repairing Wi-Fi network. The project recently won an Honorable Mention and $10,000 from Mozilla's WINS challenges.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2018-03-09_212109.4120730000.png",
            "created": "2018-03-09T21:21:09.411774Z",
            "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": 996,
            "content_url": "https://on.cfr.org/2Ml2Tct",
            "is_bookmarked": false,
            "tags": [
                "internet freedom",
                "internet health"
            ],
            "issues": [
                "Privacy & Security",
                "Digital Inclusion"
            ],
            "help_types": [
                "Join community",
                "Mentor",
                "Plan & organize",
                "Promote",
                "Take Action",
                "Write documentation"
            ],
            "published_by": "Babatunde Okunoye",
            "submitter_profile_id": 1969,
            "bookmark_count": 3,
            "related_creators": [
                {
                    "name": "Babatunde Okunoye",
                    "profile_id": 1969,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Digital Rights in Africa",
            "description": "A project to protect Digital Rights and Internet Freedom in Africa",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "On the continent with poor access to the Internet, the rights of millions of its citizens to connect to the Internet is increasingly been violated. These digital rights are human rights.",
            "featured": true,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-01-21_120603.5742120000.jpg",
            "created": "2019-01-21T12:06:03.573579Z",
            "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": 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": 1011,
            "content_url": "https://github.com/joomla/cross-cms-compliance",
            "is_bookmarked": false,
            "tags": [
                "content managment systems",
                "data protection",
                "privacy"
            ],
            "issues": [
                "Privacy & Security",
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Heather Burns",
            "submitter_profile_id": 1915,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Heather Burns",
                    "profile_id": 1915,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Cross-CMS privacy working group",
            "description": "Our vision is that through collaboration, open source CMS projects can help transform our development communities into ones which empower user privacy through a positive and proactive approach to governance, standards, and tools, rather than a negative and reactive approach to privacy as a legal compliance obligation.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-01-29T14:26:28.670018Z",
            "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": 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": 2479,
            "content_url": "https://www.colorado.edu/",
            "is_bookmarked": false,
            "tags": [
                "RCSC",
                "Responsible Computer Science Challenge"
            ],
            "issues": [
                "Web Literacy"
            ],
            "help_types": [],
            "published_by": "Shandukani Mulaudzi",
            "submitter_profile_id": 5750,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "University of Colorado, Boulder",
                    "profile_id": 6117,
                    "is_active": false
                }
            ],
            "entry_type": "base",
            "title": "University of Colorado, Boulder",
            "description": "This initiative integrates an ethics component into introductory programming classes, and features an “ethics fellows program” that embeds students with an interest in ethics into upper division computer science and technical classes.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2022-11-21_114249.4949960000.png",
            "created": "2022-11-21T11:42:49.494760Z",
            "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": 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": 1289,
            "content_url": "https://github.com/phoenixframework/firenest/",
            "is_bookmarked": false,
            "tags": [
                "MOSS",
                "MOSS2018"
            ],
            "issues": [
                "Openness"
            ],
            "help_types": [],
            "published_by": "Ann Marie Carrothers",
            "submitter_profile_id": 256,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "Phoenix and Firenest",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-01_232802.7611700000.png",
            "created": "2019-08-01T23:28:02.743856Z",
            "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": 537,
            "content_url": "https://medium.com/read-write-participate/how-much-indians-get-to-use-the-internet-vs-how-much-of-the-internet-we-get-to-use-4b84bc440775",
            "is_bookmarked": false,
            "tags": [
                "net neutrality",
                "zero rating"
            ],
            "issues": [
                "Decentralization"
            ],
            "help_types": [],
            "published_by": "Cori Zarek",
            "submitter_profile_id": 111,
            "bookmark_count": 0,
            "related_creators": [],
            "entry_type": "base",
            "title": "How Much Indians Get to Use the Internet vs. How Much of the Internet We Get to Use",
            "description": "",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "A look at how India has engaged in the net neutrality debate.",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2017-11-01_181008.6425580000.jpeg",
            "created": "2017-11-01T18:10:08.631996Z",
            "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": 1036,
            "content_url": "https://www.argentina.gob.ar/comunidad-digital-ar",
            "is_bookmarked": false,
            "tags": [
                "collaboration",
                "community",
                "government",
                "open goverment",
                "open source",
                "reuse"
            ],
            "issues": [
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [],
            "published_by": "Sebastian Ghelerman",
            "submitter_profile_id": 1977,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Sebastian Ghelerman",
                    "profile_id": 1977,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Educator, Anthropologyst, Systems Thinker, Change Agent",
            "description": "Promoting openess and reuse for digital services in Argentina´s Goverment.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Open sourcing goverment digital services is a must!",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-02-05T14:35:51.229261Z",
            "moderation_state": 3
        },
        {
            "id": 1310,
            "content_url": "https://mzl.la/2YobWmc",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Emrys Green",
                    "profile_id": 2279,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Wrangler Round-Up: Emrys Green",
            "description": "A quick chat with veteran MozFest Wrangler Emrys Green.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-08-02_193941.5679290000.jpg",
            "created": "2019-08-02T19:39:41.567344Z",
            "moderation_state": 3
        },
        {
            "id": 1367,
            "content_url": "https://medium.com/mozilla-festival/wrangler-round-up-philo-van-kemenade-a9773f3f4522",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 0,
            "related_creators": [
                {
                    "name": "Philo van Kemenade",
                    "profile_id": 153,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Wrangler Round-Up: Philo van Kemenade",
            "description": "A conversation with MozFest Wrangler Philo van Kemenade",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": false,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-09-06_201035.2341840000.jpg",
            "created": "2019-09-06T20:10:35.233556Z",
            "moderation_state": 3
        },
        {
            "id": 1506,
            "content_url": "https://medium.com/mozilla-festival/mozfest-2019-highlights-b8084b8b64b2",
            "is_bookmarked": false,
            "tags": [
                "bloggrid",
                "cfp-examples-2022",
                "mozfest-2019",
                "mozfest2019"
            ],
            "issues": [
                "Web Literacy",
                "Privacy & Security",
                "Digital Inclusion",
                "Decentralization",
                "Openness"
            ],
            "help_types": [
                "Join community"
            ],
            "published_by": "Zannah Marsh",
            "submitter_profile_id": 47,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Zannah Marsh",
                    "profile_id": 47,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "MozFest 2019 Highlights",
            "description": "A post about MozFest 2019, highlighting just a few sessions, talks, and events from the week-long Festival.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": "https://assets.mofoprod.net/network-pulse/images/entries/2019-11-11_204600.8342870000.jpg",
            "created": "2019-11-11T20:46:00.833584Z",
            "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": 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": 1050,
            "content_url": "https://medium.com/mozilla-festival/what-makes-a-great-mozilla-festival-session-529dff105185?source=your_stories_page---------------------------",
            "is_bookmarked": false,
            "tags": [],
            "issues": [
                "Web Literacy",
                "Digital Inclusion",
                "Openness"
            ],
            "help_types": [
                "Promote",
                "Test & feedback",
                "Localize & translate"
            ],
            "published_by": "Sarah Allen",
            "submitter_profile_id": 89,
            "bookmark_count": 1,
            "related_creators": [
                {
                    "name": "Sarah Allen",
                    "profile_id": 89,
                    "is_active": true
                }
            ],
            "entry_type": "base",
            "title": "Blog- what makes a great MozFest session",
            "description": "I wanted to share some great examples of sessions and their proposal text from previous festivals to encourage more people to submit an idea, and to help those still editing their proposals.",
            "get_involved": "",
            "get_involved_url": "",
            "interest": "Participatory projects and faciliation",
            "featured": false,
            "published_by_creator": true,
            "thumbnail": null,
            "created": "2019-03-01T16:25:19.527154Z",
            "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
        }
    ]
}