***Antipattern***
Count: 38
POST  /tweets/search/stream/rules [Singular last node with POST method.] 
POST  /users/:id/likes [Singular last node with POST method.] 
POST  /users/:id/retweets [Singular last node with POST method.] 
POST  /users/:id/blocking [Singular last node with POST method.] 
POST  /users/:id/following [Singular last node with POST method.] 
POST  /users/:id/muting [Singular last node with POST method.] 
POST  collections/create [Singular last node with POST method.] 
POST  collections/entries/add [Singular last node with POST method.] 
POST  collections/entries/curate [Singular last node with POST method.] 
POST  collections/entries/move [Singular last node with POST method.] 
POST  collections/entries/remove [Singular last node with POST method.] 
POST  statuses/destroy/:id [Singular last node with POST method.] 
POST  statuses/update [Singular last node with POST method.] 
POST  lists/create [Singular last node with POST method.] 
POST  lists/members/create [Singular last node with POST method.] 
POST  lists/members/create_all [Singular last node with POST method.] 
POST  lists/members/destroy [Singular last node with POST method.] 
POST  lists/members/destroy_all [Singular last node with POST method.] 
POST  lists/subscribers/create [Singular last node with POST method.] 
POST  lists/subscribers/destroy [Singular last node with POST method.] 
POST  friendships/create [Singular last node with POST method.] 
POST  friendships/destroy [Singular last node with POST method.] 
POST  account/remove_profile_banner [Singular last node with POST method.] 
POST  account/settings [Singular last node with POST method.] 
POST  account/update_profile [Singular last node with POST method.] 
POST  account/update_profile_image [Singular last node with POST method.] 
POST  saved_searches/create [Singular last node with POST method.] 
POST  saved_searches/destroy/:id [Singular last node with POST method.] 
POST  custom_profiles/new.json [Singular last node with POST method.] 
POST  direct_messages/mark_read [Singular last node with POST method.] 
POST  direct_messages/indicate_typing [Singular last node with POST method.] 
POST  direct_messages/welcome_messages/new [Singular last node with POST method.] 
POST  direct_messages/welcome_messages/rules/new [Singular last node with POST method.] 
POST  oauth/access_token [Singular last node with POST method.] 
POST  oauth/invalidate_token [Singular last node with POST method.] 
POST  oauth/request_token [Singular last node with POST method.] 
POST  oauth2/invalidate_token [Singular last node with POST method.] 
POST  oauth2/token [Singular last node with POST method.] 

***Pattern***
Count: 66
GET  /tweets/search/streamregular methods.
GET  /tweets/search/stream/rulesregular methods.
PUT  /tweets/:id/hidden [Pluralized last node with PUT|DELETE method.] 
DELETE  /users/:id/likes/:tweet_id [Pluralized last node with PUT|DELETE method.] 
GET  /tweets/:id/liking_usersregular methods.
GET  /users/:id/liked_tweetsregular methods.
DELETE  /users/:id/retweets/:source_tweet_id [Pluralized last node with PUT|DELETE method.] 
GET  /tweets/:id/retweeted_byregular methods.
GET  /tweets/sample/streamregular methods.
GET  /tweets/search/allregular methods.
GET  /tweets/search/recentregular methods.
GET  /users/:id/mentionsregular methods.
GET  /users/:id/tweetsregular methods.
GET  /tweets/counts/allregular methods.
GET  /tweets/counts/recentregular methods.
GET  /tweetsregular methods.
GET  /tweets/:idregular methods.
DELETE  /users/:source_user_id/blocking/:target_user_id [Pluralized last node with PUT|DELETE method.] 
GET  /users/:id/blockingregular methods.
DELETE  /users/:source_user_id/following/:target_user_id [Pluralized last node with PUT|DELETE method.] 
GET  /users/:id/followersregular methods.
GET  /users/:id/followingregular methods.
DELETE  /users/:source_user_id/muting/:target_user_id [Pluralized last node with PUT|DELETE method.] 
GET  /usersregular methods.
GET  /users/:idregular methods.
GET  /users/byregular methods.
GET  /users/by/username/:usernameregular methods.
GET  collections/entriesregular methods.
GET  collections/listregular methods.
GET  statuses/home_timelineregular methods.
GET  statuses/mentions_timelineregular methods.
GET  statuses/user_timelineregular methods.
GET  favorites/listregular methods.
GET  statuses/retweets_of_meregular methods.
GET  lists/listregular methods.
GET  lists/membersregular methods.
GET  lists/members/showregular methods.
GET  lists/membershipsregular methods.
GET  lists/ownershipsregular methods.
GET  lists/showregular methods.
GET  lists/statusesregular methods.
GET  lists/subscribers/showregular methods.
GET  lists/subscriptionsregular methods.
GET  followers/listregular methods.
GET  friends/listregular methods.
GET  friendships/incomingregular methods.
GET  friendships/no_retweets/idsregular methods.
GET  friendships/outgoingregular methods.
GET  friendships/showregular methods.
GET  users/searchregular methods.
GET  account/settingsregular methods.
GET  account/verify_credentialsregular methods.
GET  saved_searches/show/:idregular methods.
DELETE  custom_profiles/destroy.json [Pluralized last node with PUT|DELETE method.] 
GET  custom_profiles/:idregular methods.
GET  custom_profiles/listregular methods.
DELETE  direct_messages/events/destroy [Pluralized last node with PUT|DELETE method.] 
GET  direct_messages/events/listregular methods.
GET  direct_messages/events/showregular methods.
DELETE  direct_messages/welcome_messages/destroy [Pluralized last node with PUT|DELETE method.] 
DELETE  direct_messages/welcome_messages/rules/destroy [Pluralized last node with PUT|DELETE method.] 
PUT  direct_messages/welcome_messages/update [Pluralized last node with PUT|DELETE method.] 
GET  direct_messages/welcome_messages/listregular methods.
GET  direct_messages/welcome_messages/rules/listregular methods.
GET  direct_messages/welcome_messages/rules/showregular methods.
GET  direct_messages/welcome_messages/showregular methods.
