***Antipattern***
Count: 30
POST  /answers/{id}/accept [Singular last node with POST method.] 
POST  /answers/{id}/accept/undo [Singular last node with POST method.] 
POST  /answers/{id}/delete [Singular last node with POST method.] 
POST  /answers/{id}/downvote [Singular last node with POST method.] 
POST  /answers/{id}/downvote/undo [Singular last node with POST method.] 
POST  /answers/{id}/edit [Singular last node with POST method.] 
POST  /answers/{id}/flags/add [Singular last node with POST method.] 
POST  /answers/{id}/upvote [Singular last node with POST method.] 
POST  /answers/{id}/upvote/undo [Singular last node with POST method.] 
POST  /answers/{id}/recommend [Singular last node with POST method.] 
POST  /answers/{id}/recommend/undo [Singular last node with POST method.] 
POST  /answers/{id}/suggested-edit/add [Singular last node with POST method.] 
POST  /articles/{id}/delete [Singular last node with POST method.] 
POST  /articles/{id}/edit [Singular last node with POST method.] 
POST  /articles/add [Singular last node with POST method.] 
POST  /collectives/{slug}/reports/add [Singular last node with POST method.] 
POST  /comments/{id}/delete [Singular last node with POST method.] 
POST  /comments/{id}/edit [Singular last node with POST method.] 
POST  /comments/{id}/flags/add [Singular last node with POST method.] 
POST  /comments/{id}/upvote [Singular last node with POST method.] 
POST  /comments/{id}/upvote/undo [Singular last node with POST method.] 
POST  /posts/{id}/comments/add [Singular last node with POST method.] 
POST  /posts/{id}/comments/render [Singular last node with POST method.] 
POST  /questions/{id}/answers/add [Singular last node with POST method.] 
POST  /questions/{id}/answers/render [Singular last node with POST method.] 
POST  /questions/{id}/delete [Singular last node with POST method.] 
POST  /questions/{id}/downvote/undo [Singular last node with POST method.] 
POST  /question/{id}/favorite/undo [Singular last node with POST method.] 
POST  /questions/{id}/suggested-edit/add [Singular last node with POST method.] 
POST  /question/{id}/upvote/undo [Singular last node with POST method.] 

***Pattern***
Count: 47
GET  /answersregular methods.
GET  /answers/{ids}regular methods.
GET  /answers/{ids}/commentsregular methods.
GET  /answers/{id}/flags/optionsregular methods.
GET  /answers/{ids}/questionsregular methods.
GET  /articlesregular methods.
GET  /articles/{ids}regular methods.
GET  /articles/{ids}/linkedregular methods.
GET  /badgesregular methods.
GET  /badges/nameregular methods.
GET  /badges/recipientsregular methods.
GET  /badges/tagsregular methods.
GET  /collectives/{slugs}regular methods.
GET  /collectives/{slugs}/questionsregular methods.
GET  /collectives/{slugs}/answersregular methods.
GET  /collectives/{slugs}/tagsregular methods.
GET  /collectives/{slugs}/usersregular methods.
GET  /collectives/{slugs}/reportsregular methods.
GET  /comments/{id}/flags/optionsregular methods.
GET  /posts/{ids}/commentsregular methods.
GET  /posts/{ids}/suggested-editsregular methods.
GET  /questions/{ids}/answersregular methods.
GET  /questions/{id}/close/optionsregular methods.
GET  /questions/featuredregular methods.
GET  /questions/no-answersregular methods.
GET  /questions/unanswered/my-tagsregular methods.
GET  /search/advancedregular methods.
GET  /search/excerptsregular methods.
GET  /tags/{tags}/inforegular methods.
GET  /tags/{tags}/synonymsregular methods.
GET  /tags/{tag}/top-answerers/{period}regular methods.
GET  /users/{ids}/badgesregular methods.
GET  /users/{id}/network-activityregular methods.
GET  /users/{id}/notifications/unreadregular methods.
GET  /users/{id}/privilegesregular methods.
GET  /users/{ids}/questions/featuredregular methods.
GET  /users/{ids}/questions/no-answersregular methods.
GET  /users/{ids}/questions/unacceptedregular methods.
GET  /users/{ids}/reputationregular methods.
GET  /users/{ids}/reputation-historyregular methods.
GET  /users/{id}/reputation-history/fullregular methods.
GET  /users/{id}/tags/{tags}/top-answersregular methods.
GET  /users/{id}/tags/{tags}/top-questionsregular methods.
GET  /users/{id}/tag-preferences/editregular methods.
GET  /users/{id}/top-answer-tagsregular methods.
GET  /users/moderators/electedregular methods.
GET  /users/{id}/inbox/unreadregular methods.
