Difference between revisions of "Post News"

From Archiveteam
Jump to navigation Jump to search
(Created page.)
 
(Adding a few of the API endpoints)
 
Line 4: Line 4:
| URL = https://post.news/
| URL = https://post.news/
| project_status = {{Closing}}
| project_status = {{Closing}}
| archiving_status =  
| archiving_status = {{notsaved}}
| archiving_type =  
| archiving_type =  
| source =  
| source =  
Line 15: Line 15:


They announced on {{datetime|2024-04-19}} that the site would cease operations "in a few weeks" due to the service "not growing fast enough to become a real business or a significant platform.". <ref>https://www.theverge.com/2024/4/19/24135011/twitter-alternative-post-news-shutdown</ref>
They announced on {{datetime|2024-04-19}} that the site would cease operations "in a few weeks" due to the service "not growing fast enough to become a real business or a significant platform.". <ref>https://www.theverge.com/2024/4/19/24135011/twitter-alternative-post-news-shutdown</ref>
== API ==
* Top Topics: https://n1nzo2oxji.execute-api.us-east-1.amazonaws.com/prod/public/rankings/topics?limit=20&offset=0&period=12H
* Top Profiles: https://n1nzo2oxji.execute-api.us-east-1.amazonaws.com/prod/public/rankings/profiles?limit=10&offset=0&period=12H
* Latest Posts: https://n1nzo2oxji.execute-api.us-east-1.amazonaws.com/prod/public/posts?type=news&limit=10&sort=desc [Types: news (news orgs), explore (users)]
* User Profile: https://n1nzo2oxji.execute-api.us-east-1.amazonaws.com/prod/public/profiles/36aeac0e-a380-40c4-a163-b82bafa2d52c/
* User Posts: https://n1nzo2oxji.execute-api.us-east-1.amazonaws.com/prod/public/profiles/36aeac0e-a380-40c4-a163-b82bafa2d52c/posts?limit=100&sort=desc&startDate=1713724771.47
* Specific Post: https://n1nzo2oxji.execute-api.us-east-1.amazonaws.com/prod/public/posts/2fJw4PYRFjya343RpiToiyEQr0x
* Multiple Posts: https://n1nzo2oxji.execute-api.us-east-1.amazonaws.com/prod/public/posts/batch?ids=2fQG4ifcHoVfbl4e8bXDwmOXZbf,2fQG4HfR1Qka6eivo5ujAxGAoem,2fQFalFQtwoTssyjmVJcgVtusWI
* Similar Posts: https://n1nzo2oxji.execute-api.us-east-1.amazonaws.com/prod/public/posts/2fJw4PYRFjya343RpiToiyEQr0x/similar?minDateCreated=2024-04-21T15%3A51%3A21.812Z&maxDateCreated=2024-04-21T18%3A51%3A21.812Z&size=10
Post comments and topic feeds seem to be restricted to those who are logged-in.


== References ==
== References ==

Latest revision as of 19:09, 21 April 2024

Post News
Post News logo
PostNews-Screenshot.png
URL https://post.news/
Status Closing
Archiving status Not saved yet
Archiving type Unknown
IRC channel #archiveteam-bs (on hackint)

Post News is a social networking platform launched in 2022 by Waze founder Noam Bardin, with a goal to promote constructive news discussions and serve as a healthier alternative to platforms like Twitter.

They announced on 2024-04-19 that the site would cease operations "in a few weeks" due to the service "not growing fast enough to become a real business or a significant platform.". [1]

API

Post comments and topic feeds seem to be restricted to those who are logged-in.

References