GET /api/v2/news/?format=api&page=7
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 65,
    "next": null,
    "previous": "https://swarfarm.com/api/v2/news/?format=api&page=6",
    "results": [
        {
            "id": 5,
            "url": "https://swarfarm.com/api/v2/news/5/?format=api",
            "title": "Personal Data Logs Now Available",
            "body": "Yes, the Data Logs button disappeared from the top bar. No, don't panic! There is a new section available when viewing your profile to access your personal data logs. At the moment this is simply a table view of data logs, with no statistical reports. If you care, check your logs for accuracy and please report any issues in the [feedback](https://swarfarm.com/feedback/) section.\r\n\r\nHere's the short-term roadmap, which covers all the steps involved in item #3 in the previous post:\r\n\r\n1. **Completed** Table based views for personal data logs\r\n2. Personal log statistical reports\r\n3. Integration of dungeon data into bestiary\r\n4. Globally aggregated statistical reports integrated into bestiary.",
            "created": "2019-04-07T17:06:05-07:00",
            "sticky": false
        },
        {
            "id": 4,
            "url": "https://swarfarm.com/api/v2/news/4/?format=api",
            "title": "Status of Data Logging",
            "body": "If you've opened up SW-Exporter with the SwarfarmLogger plugin enabled, you'll see that instead of a big red error message, there is a notice that SWARFARM is now logging a few in-game events. The new logging framework is being slowly rolled out over the next few weeks. There will be at least 3 phases before the logging is fully functional again:\r\n\r\n1. Gradual reintroduction of all data logging and debugging **DONE**\r\n2. Reset logs (if necessary) and start permanent data logging **NOT REQUIRED**\r\n3. Introduction of new reports\r\n4. SW-Exporter plugin updates\r\n\r\nThe new reports will come along with an update to the bestiary to add dungeon information. The logs will be boiled down into static reports generated weekly or every 2 weeks (depending on the volume of data) and you will be able to scroll back in time week by week. The data will be presented alongside other dungeon information such as enemy waves. \r\n\r\nPersonal logs will now be integrated into your profile section of the website and have a slightly different format, including a tabular view of the actual data from your runs. Personal logs will also continue to be fully dynamic and not subject to any caching or static report generation.\r\n\r\n**Currently Logging: EVERYTHING!**\r\n\r\n* Summoning\r\n* Scenarios\r\n* Caiross Dungeons\r\n* Magic Shop refreshes\r\n* Wishes\r\n* Rune Crafting\r\n* Magic Box Crafting\r\n* Elemental Rifts\r\n* World Boss\r\n* Raids\r\n\r\n**Still in the works: NOTHING!**",
            "created": "2019-03-09T15:15:29-08:00",
            "sticky": false
        },
        {
            "id": 3,
            "url": "https://swarfarm.com/api/v2/news/3/?format=api",
            "title": "What's changed lately",
            "body": "After coming back online from the loss of the old server, the first order of business was ensuring that the loss of all data could **never** happen again. This was accomplished by:\r\n\r\n1. Owning all server resources directly\r\n2. Nightly full database snapshots, retained for 90 days\r\n3. Hot-Standby database server running in a different datacenter\r\n4. Backup job reporting and alerts\r\n\r\nAs I detailed previously, the server resources used to be completely donated and all I had to pay out of pocket for was the domain name. That is quite a different story now, but well worth it to ensure that the rug won't be pulled out from under us. To cover these costs I have set up a [Patreon](https://www.patreon.com/porksmash) account. I greatly appreciate those who have contributed to the past through donations, and Patreon will help me continue to devote resources and time to development in addition to covering the monthly costs.\r\n\r\nDespite outward appearances, development has never really stopped on SWARFARM. The majority of recent work has been in the background. I provide [an API](https://swarfarm.com/api/v2/) for monster and skill data, which powers many Discord bots, monster data in the SWOP rune optimizer (<3 Xzandro), and even other websites. This API has been expanded to include most of the data available on the website, including user profiles, and will eventually power the complete rewrite of SWARFARM, which can be previewed [here](https://alpha.swarfarm.com/bestiary).\r\n\r\nI am still working to bring the data logging back online as the first priority. The loss of all of the data provided a bit of an opportunity to correct a lot of early decisions that proved to be difficult to work with.",
            "created": "2019-02-13T18:51:13-08:00",
            "sticky": false
        },
        {
            "id": 2,
            "url": "https://swarfarm.com/api/v2/news/2/?format=api",
            "title": "Back in business",
            "body": "After a whirlwind of code updates and a bit of shopping around for a new host, SWARFARM is back. Given the nature of the data loss experienced, **you will have to re-register and import your profiles again**. A small note to keep in mind is that you can no longer register the same username with different case (e.g. `porksmash` and `Porksmash` cannot both be registered). Thank you to everyone who was supportive and patient during this time.\r\n\r\nData logs are still currently disabled. In about a week the logging will be turned back on, and then a couple weeks after that the reports will go live.",
            "created": "2019-01-31T22:46:12-08:00",
            "sticky": false
        },
        {
            "id": 1,
            "url": "https://swarfarm.com/api/v2/news/1/?format=api",
            "title": "Unmitigated Disaster",
            "body": "For those who did not know, the server resources for the last year and a half or so were donated. That virtual server has either gone offline or been wiped out. I have been unable to contact the person who donated that server and am moving forward assuming it is permanently gone.\r\n\r\nUnfortunately, the backups for SWARFARM have not been functioning for quite some time. It is embarrassing to admit my complacency has resulted in the loss of all data. I will have to bring the site back to life in a brand new state. The only comfort is that your user profiles (except teams) can be quickly restored thanks to the import process. Losing the data logs is a disaster, though, as I know many people used it for personal tracking and the global statistics were referenced quite frequently.\r\n\r\nI appreciate the numerous offers for help from people on reddit and Discord. At this point I have everything I need to bring the site back in the next couple days, and then quickly move towards my own hosting which I am in full control of. In between now and this weekend I am going to resolve some long-standing bad decisions I made very early on in the development process, and then SWARFARM will be reopened. Until then, the read-only portions of the site such as the Bestiary will remain available to browse and via API for tools such as the Discord bot.",
            "created": "2019-01-28T22:45:29-08:00",
            "sticky": false
        }
    ]
}